with one click
with one click
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | dev-crypto |
| description | Execute Crypto Master brownfield AI-DLC construction work by unit. |
Execute Crypto Master construction work using the brownfield AI-DLC overlay.
$ARGUMENTS - Optional target override:
<unit>: work in a specific unit, such as proposal-runtime<unit> <stage>: work in a specific construction stage<unit> <task>: start a new construction task for that unitPlan, implement, test, and document one bounded construction step at a time.
Existing Phase 1-26 work is brownfield-complete historical context. New work is
tracked under aidlc-docs/construction/ by unit and stage.
Read these files before choosing or executing work:
AGENTS.mdaidlc-docs/aidlc-state.mdaidlc-docs/inception/requirements/requirements.mdaidlc-docs/inception/requirements/requirement-verification-questions.mdaidlc-docs/inception/user-stories/stories.mdaidlc-docs/inception/application-design/unit-of-work-story-map.mdaidlc-docs/inception/application-design/components.mdaidlc-docs/inception/units/unit-of-work.mdaidlc-docs/inception/units/legacy-phase-map.mdaidlc-docs/inception/units/debt-unit-map.mdaidlc-docs/inception/plans/execution-plan.mdaidlc-docs/construction/README.mddocs/requirements.mddocs/TECH-DEBT.mdDESIGN.mdCLAUDE.mdUse docs/legacy/development-plan.md only as historical chronology when a task
mentions an old phase. Do not use docs/development-plan.md as the queue for
new work, and do not extend the archived plan with new phases unless the user
explicitly asks for legacy-plan maintenance.
If $ARGUMENTS names a unit, use it. Otherwise infer the unit from the user's
task, the canonical requirements/story map, active docs/TECH-DEBT.md entries,
and the path ownership table in unit-of-work.md. If there is no clear task,
report that no construction target is currently selected rather than mining
docs/legacy/development-plan.md for old phase work.
Determine the current construction stage:
Use aidlc-docs/inception/plans/execution-plan.md to decide which conditional
stages apply.
Present:
## Development Target
**Unit**: `<unit>`
**Stage**: `<construction stage>`
**Task**: <short task summary>
**Related Requirements**: FR/NFR IDs if known
**Related Stories**: US IDs if known
**Likely Files**: paths
**Tests**: targeted test list
**Construction Plan**: `aidlc-docs/construction/plans/<unit>-<stage>-plan.md`
Proceed without asking for confirmation unless the task is ambiguous or risky.
Look for the matching plan file under aidlc-docs/construction/plans/.
[ ] step.aidlc-docs/aidlc-state.md and move to the next applicable stage.Plan files must include:
aidlc-docs/inception/user-stories/stories.md.[ ] steps with target files and verification commands.[Answer]: tags.For design stages, load and follow the matching rule file from
aidlc-workflows/aidlc-rules/aws-aidlc-rule-details/construction/ and write
artifacts under aidlc-docs/construction/<unit>/<stage>/.
For code generation, write application code in the workspace root and write
only summaries or implementation notes under
aidlc-docs/construction/<unit>/code/.
aidlc-docs/.src/.[x] only after the implementation and targeted
verification for that step are complete.Run targeted tests first. Use broader checks when the blast radius is larger:
uv run pytest <targeted tests>
uv run pytest
uv run black src tests scripts
uv run ruff check src tests scripts
uv run mypy src
Record any checks not run and why.
Create or update the relevant construction artifacts:
aidlc-docs/construction/plans/<unit>-<stage>-plan.mdaidlc-docs/construction/<unit>/<stage>/... for design artifacts or code
summariesaidlc-docs/aidlc-state.md for stage/unit progressCreate a session log under docs/sessions/YYYY-MM-DD-<unit>-<task>.md for
substantial changes. Include:
For completed unit-level changes, create or update a cross-check under
docs/cross-checks/.
Do not use docs/development-plan.md as the progress tracker for new work.
docs/legacy/development-plan.md may be cited as legacy context only.
Summarize changed files, tests, documentation, and any remaining risks.
data/ as part of normal development.docs/legacy/development-plan.md as historical chronology; new planning
must cite units and construction plan files.