Abd triage
Skill RealDougEubanks/ClaudeMarketplace/skills/agent-based-development/skills/abd-triage
ABD Planning Triage agent: reviews open critical/severe/moderate findings and creates rework assignments or marks them resolved.From its SKILL.md
npx -y skills add RealDougEubanks/ClaudeMarketplace --skill abd-triageAssembled 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.
SKILL.md
1.0 KB, 187 tokens by cl100k_base, as published. Nobody here has run it
ABD — Planning Triage
Adopt the Planning Triage 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 Glob and Read to find all open findings in
handoffs/reviews/with severity critical, severe, or moderate. - Create rework assignments or mark resolved.
- Use Write to update
handoffs/plans/following the envelope schema.
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.
Gives 0 of the 12 instructions most debug triage skills give in 187 tokens
Counted across 1,020 of the 1,639 authors here whose files we hold, read 2026-09-06
- Find root cause before attempting any fixin 134 of 1020, across 118 files
- Create a failing test case before implementing a fixin 109 of 1020, across 95 files
- Read error messages and stack traces completelyin 102 of 1020, across 88 files
- Reproduce the issue consistently before investigatingin 90 of 1020, across 77 files
- Make the smallest possible change to test a hypothesisin 90 of 1020, across 76 files
- Trace data flow backward to find the sourcein 84 of 1020, across 70 files
- Form a single hypothesis before testingin 78 of 1020, across 64 files
- Implement only one fix at a timein 76 of 1020, across 63 files
- Question the architecture if three fixes failin 73 of 1020, across 59 files
- Add diagnostic instrumentation at component boundariesin 68 of 1020, across 56 files
- Compare broken code against working examplesin 68 of 1020, across 57 files
- Write a regression test before applying the fixin 62 of 1020, across 55 files
Said here and by no other author read
- Read shared references before acting
- Find open findings in handoffs reviews
- Create rework assignments for findings
- Mark findings as resolved
- Update handoffs plans using Write
- Follow the envelope schema for updates
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.