From plan-build-verify
Use when starting work in a repo that uses the plan-build-verify pipeline, or whenever writing a spec, tests, or an implementation phase. The rules every agent and gate must follow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plan-build-verify:pipeline-conventionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
These rules govern the whole pipeline. Follow them in every stage. (A plugin's CLAUDE.md is not
These rules govern the whole pipeline. Follow them in every stage. (A plugin's CLAUDE.md is not
loaded as context, so this skill is the canonical home for these rules; /pipeline-init can also
copy them into a target repo's own CLAUDE.md.)
Feature-level → docs/features/<feature>/:
spec.md, fidelity-report.md, scoped/review-<slice>.mdPhase-level → docs/features/<feature>/phases/<n>-<slug>/:
test-mapping.md, implementation-report.md, test-execution-report.md, handover.mdFrontmatter on every artifact: feature, phase (omit for feature-level), stage, model,
verdict (gates only), created, links.
tests/.test-mapping.md). No spec id → the test should not exist.The Implementation Planner orders phases by risk and dependency; build one phase at a time, fully through the build-and-verify loop, before starting the next.
route_back target; resume from there.Add tests until surviving mutants are killed, then stop. A test that kills no mutants and is not the sole cover for a behavior is a deletion candidate. Coverage percentage is not the target.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub szobonyaerik/agentic-avengers --plugin plan-build-verify