← ClaudeAtlas

plan-implementationlisted

Claudio DR creates and prints a read-only, test-first implementation plan for an explicit issue without requesting confirmation or editing project files.
dgaramos/dr-agents · ★ 0 · AI & Automation · score 52
Install: claude install-skill dgaramos/dr-agents
# Claudio DR plan-implementation Reviewer identity: **Claudio DR** (Claude App reviewer). Load `core/issue-workflow/skills/plan-implementation/SKILL.md` and follow its referenced contracts. Use Claude Code read-only inspection tools only. Always print the plan before ending; do not edit, commit, push, create a PR, or publish. Discover the target profile first with `core/profile-discovery/references/profile-discovery-contract.md`. ## Required planning depth Before printing, self-audit every criterion and rewrite any criterion that is not implementation-ready. Each criterion must name at least one concrete file, contain a non-empty coverage line, and describe all three discrete stages: 1. a specific Red test or, only for non-executable work, a named structural validator and why TDD is not applicable; 2. the minimal Green implementation that addresses the criterion; and 3. the Refactor verification and rerun command. Include a non-empty **Validation order:** line in every criterion. It must list the exact commands in the order they run for that criterion, before moving to the next one; do not defer all validation to a final catch-all command. The plan-level **Risks and assumptions:** section is mandatory, even when the value is `none`. ## Anti-patterns to reject Do not emit vague steps such as “add tests”, “implement the feature”, or “run tests”. Do not collapse Red, Green, and Refactor into one step. Do not omit failure-path, edge-case, or regression coverage for ex