collect_legacy_project_intake
collect_legacy_project_intakeCollect and persist legacy project context to improve AI guidance quality while reducing repeated prompts and token usage.
Instructions
Collect and persist legacy-project contextual intake to improve AI guidance quality while minimizing repeated prompts/tokens.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intakePath | No | ||
| dryRun | No | ||
| reason | No | ||
| maxDiffLines | No | ||
| askForMissingContext | No | ||
| projectGoal | No | ||
| businessDomain | No | ||
| criticality | No | ||
| runtimeLandscape | No | ||
| ui5RuntimeVersion | No | ||
| allowedRefactorScope | No | ||
| mustKeepStableAreas | No | ||
| knownPainPoints | No | ||
| constraints | No | ||
| complianceRequirements | No | ||
| notes | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | Yes | ||
| changed | Yes | ||
| preview | Yes | ||
| project | Yes | ||
| summary | Yes | ||
| questions | Yes | ||
| intakePath | Yes | ||
| applyResult | Yes | ||
| missingContext | Yes | ||
| needsUserInput | Yes | ||
| qualityPriority | Yes |