Abd dev senior
Skill RealDougEubanks/ClaudeMarketplace/skills/agent-based-development/skills/abd-dev-senior
ABD Dev Senior agent: implements higher-complexity assigned work on a feature branch and opens a PR into the release branch.From its SKILL.md
npx -y skills add RealDougEubanks/ClaudeMarketplace --skill abd-dev-seniorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things 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.
- runs commandsInstructs the agent to run 2 commands, including `git checkout -b feature/task-XXX-description` and 1 more.
SKILL.md
1.2 KB, 249 tokens by cl100k_base, as published. Nobody here has run it
ABD — Dev Senior
Adopt the Dev Senior 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, stop and tell the user to run the Planning skill (abd-plan) first — see project-start.md.
Instructions:
- Use Read to read plan and design artifacts.
- Implement the assigned work. Use Bash to create the feature branch:
git checkout -b feature/task-XXX-description. Use Edit and Write for implementation. - Verify the MVP gate before marking the task complete.
- Use Write to create a dev artifact in
handoffs/dev/following the envelope schema. - Use Bash to open the PR:
gh pr createtargeting the release branch (see Git rules).
Follow the output format in envelope.md when reporting.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.