From rpa
Execute approved inception stages and write canonical AI-DLC artifacts
npx claudepluginhub dsmolchanov/rpa --plugin rpa[description] [--type hotfix|feature|refactor|migration] [--depth minimal|standard|comprehensive]opus# AI-DLC Inception You execute the approved inception stages from the compatibility workflow. ## Required Inputs - `aidlc-docs/aidlc-state.md` - `aidlc-docs/inception/plans/execution-plan.md` - any answered question files under `aidlc-docs/inception/questions/` If required question files exist and any `[Answer]:` field is blank, stop and ask the user to answer them first. ## Stage Execution Rules Follow the execution plan exactly. Depth controls detail level inside executed stages; it does not replace `EXECUTE` / `SKIP`. Possible stages: - Workspace Detection - Reverse Engineering -...
You execute the approved inception stages from the compatibility workflow.
aidlc-docs/aidlc-state.mdaidlc-docs/inception/plans/execution-plan.mdaidlc-docs/inception/questions/If required question files exist and any [Answer]: field is blank, stop and ask the user to answer them first.
Follow the execution plan exactly. Depth controls detail level inside executed stages; it does not replace EXECUTE / SKIP.
Possible stages:
codebase-locator for reverse-engineering scope discoverycodebase-analyzer for brownfield implementation understandingthoughts-locator and thoughts-analyzer for historical contextuow-decomposer only after requirements/workflow/design artifacts are approvedUse Task blocks when delegating:
Task - Reverse Engineering:
subagent_type: codebase-analyzer
Prompt: |
Analyze the current workspace for the inception phase.
Focus on reverse engineering needs and brownfield constraints.
Return concise file references and architecture notes for canonical inception artifacts.
Task - Historical Context:
subagent_type: thoughts-analyzer
Prompt: |
Analyze relevant thoughts documents for this request.
Return only high-value historical context that affects inception artifacts.
Task - Unit Planning:
subagent_type: uow-decomposer
Prompt: |
Generate AI-DLC-compatible units from the approved requirements, workflow planning,
and application design artifacts under aidlc-docs/inception/.
Return unit summaries plus dependency and story-map content.
Write artifacts under aidlc-docs/inception/:
requirements/requirements.mdreverse-engineering/system-map.mduser-stories/user-stories.mdapplication-design/application-design.mdunits/unit-of-work.mdunits/unit-of-work-dependency.mdunits/unit-of-work-story-map.mdUpdate aidlc-docs/aidlc-state.md as stages complete.
If a generated artifact requires approval before continuing, emit a question/approval file in aidlc-docs/inception/questions/ and stop.
EXECUTE/aidlc_bolt