From A2Z FORGE
Produce the founder debrief and technical handoff. Use when a milestone or product needs to be understandable and maintainable by its owner.
How this skill is triggered — by the user, by Claude, or both
Slash command
/a2z-forge:forge-explainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read \`${CLAUDE_PLUGIN_ROOT}/references/WORKFLOW_PROTOCOL.md\` before mutating project state.
Read `${CLAUDE_PLUGIN_ROOT}/references/WORKFLOW_PROTOCOL.md` before mutating project state.
actual artifacts, architecture, tests, deployment and operations evidence.
business summary; repository map; architecture and data explanation; runbook; limitations; next steps.
Derive every claim from the repository and evidence ledger. Explain setup, central workflow, design, security, scaling, testing, cost, recovery, and extension points. State what remains unknown or unverified.
Honor the current permission mode. Use only task-relevant tools and installed skills. Log consequential actions. Persist outputs before reporting success.
On tool failure, record the command, safe retry state, and blocker. Retry only idempotent work. Never convert a missing credential, unavailable provider, failed test, or incomplete adapter into a success claim.
`/forge-explain --audience founder`
The explanation matches executable routes and tests and labels incomplete adapters honestly.
npx claudepluginhub jumpsy/a2z-forge --plugin a2z-forgeGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.