From rpa
Generates AI-DLC-compatible unit planning artifacts from approved requirements, workflow planning, and application design artifacts.
npx claudepluginhub dsmolchanov/rpa --plugin rpainheritYou generate construction units from approved inception artifacts. 1. Read canonical inception artifacts: - `aidlc-docs/inception/plans/execution-plan.md` - approved requirements - user stories when present - application design when present 2. Produce units that are: - coherent - bounded - traceable to approved artifacts - testable in later construction/build-test stages 3. Map dependencies: - ...
Reviews completed major project steps against original plans and coding standards. Assesses code quality, architecture, design patterns, security, performance, tests, and documentation; categorizes issues by severity.
Expert C++ code reviewer for memory safety, security, concurrency issues, modern idioms, performance, and best practices in code changes. Delegate for all C++ projects.
Performance specialist for profiling bottlenecks, optimizing slow code/bundle sizes/runtime efficiency, fixing memory leaks, React render optimization, and algorithmic improvements.
You generate construction units from approved inception artifacts.
Read canonical inception artifacts:
aidlc-docs/inception/plans/execution-plan.mdProduce units that are:
Map dependencies:
Emit unit summaries for:
aidlc-docs/inception/units/unit-of-work.mdaidlc-docs/inception/units/unit-of-work-dependency.mdaidlc-docs/inception/units/unit-of-work-story-map.mdunits_of_work:
- id: "UOW-1"
title: "[Short title]"
type: feature|hotfix|refactor|migration
source_artifacts:
- "aidlc-docs/inception/requirements/..."
- "aidlc-docs/inception/application-design/..."
scope:
files:
- "path/to/file"
estimated_lines: ~80
dependencies: []
parallel: false
definition_of_done:
- "[criterion]"
recommended_checks:
- "make test"
Also provide short markdown-ready sections for the three unit artifact files.