








Other platforms: Claude Code · Cursor · Gemini CLI · GitHub Copilot · Windsurf · Kiro · OpenCode · Any Agent
/spec Define spec-driven-development Spec written before any code /plan Plan planning-and-task-breakdown Atomic tasks, critical path, 20% buffer /build Build incremental-implementation Vertical slices, walking skeleton first /test Verify test-driven-development Failing test before implementation /review Review code-reviewer agent Correctness · Security · Performance · Readability · Architecture /simplify Review code-simplification Chesterton's Fence before every removal /ship Ship deployment-strategy Rollback procedure written before deploy starts /incident Respond incident-response Mitigate first · Diagnose second · Post-mortem required"We know what we want to build — let's just build it"
"This feature is obvious — I don't need to write it down"
"We can figure out edge cases as we go"
[Verb] [Object] [Constraint] format → 2-day rule → Define done → Map dependencies → Identify critical path → Add 20% buffer → Sequence risky tasks first"These tasks are too small to track"
"Microservices are more scalable" · "We don't need an ADR for this"
"The eval numbers look good" · "We'll add safety checks after launch"
"The source is reliable — we don't need contract validation"
"It's a small change — I'll do it in the console"
"Prompt engineering is just natural language — I don't need to test it"
"The agent is smart enough to handle edge cases" · "We don't need a maximum step limit"
git log --all -p | grep -i "secret\|password\|token\|key" — if anything shows, rotate immediately."I know this is slow — I don't need to profile"
"I'll try changing this and see if it works"
"It's a small change — we can deploy to 100%"
⭐ = New personas not available in any other agent skills framework
"This is too small to need a spec" If it's obvious, the spec takes 10 minutes. If it's not obvious, the spec saves days. Either way: write it.
"We'll add monitoring after we know what to monitor" By the time you know what to monitor, you've already had the incident that taught you.
"The agent is smart enough to handle edge cases" The agent has never seen your edge cases. Write tests for them.
junior — Any engineer can apply without domain expertisesenior — Requires understanding of engineering trade-offsstaff — Requires system-level thinking and knowledge of failure modes at scale.cursorrules 🔷 Gemini CLI Setup Guide TOML or markdown format 🐙 GitHub Copilot Setup Guide Via .github/copilot-instructions.md 🌊 Windsurf Setup Guide Via .windsurf/rules.md ⚡ Kiro Setup Guide Via project instructions 💻 OpenCode Setup Guide Symlink-based integration 🔧 Any Agent Setup Guide System prompt injectionskills/<name>/SKILL.md using the skill anatomy templatebash hooks/session-start-test.sh (must pass)feat(skill): add <skill-name>good first issue are the best starting point.





Posted Jul 26, 2026
Developed AI Agent Skills, a disciplined workflow framework for AI coding agents.
0
1