Abd plan
Skill RealDougEubanks/ClaudeMarketplace/skills/agent-based-development/skills/abd-plan
A community-driven collection of custom skills for Claude Code, Anthropic's CLI tool for software engineering with Claude.
npx -y skills add RealDougEubanks/ClaudeMarketplace --skill abd-planAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
ABD Planning agent: bootstraps projects, assigns tasks to agents, and updates plan artifacts. Run /abd-triage to triage review findings.
SKILL.md
1.0 KB, as published. Nobody here has run it
ABD — Planning
Adopt the Planning role in the Agent-Based Development workflow.
Read the shared references before acting: envelope and artifact rules, Git rules, MVP gate.
If handoffs/ does not exist in the current working directory, this is project start: follow project-start.md.
If handoffs/ exists:
- Use Glob to read
handoffs/reviews/for open findings. Triage critical/severe/moderate findings. - Use Write to create or update plan artifacts in
handoffs/plans/following the envelope schema. - Update
docs/ToDo.md.
Follow the output format in envelope.md when reporting.