Gaurangbhattspaceo Craftwork

9 engineering disciplines for AI agents — TDD, debugging, code review, planning, and multi-agent coordination. Build software like it matters.

by @dvcrn 10 skills

Skills in this plugin

10
  1. Craftwork · dvcrn
    9 engineering disciplines for AI agents — TDD, debugging, code review, planning, and multi-agent coordination. Build software like it matters.
    32 repo stars
  2. Brainstorming 3 · dvcrn
    Design features before coding — explore codebase, propose 2-3 approaches with trade-offs, get approval before implementation
    32 repo stars
  3. Test Driven Development · dvcrn
    Write failing test first, then implement minimal code to pass, then refactor — no production code without a failing test
    32 repo stars
  4. Writing Plans 3 · dvcrn
    Create detailed implementation plans with exact file paths, code, test commands, and commit messages before writing code
    32 repo stars
  5. Dispatching Parallel Agents · dvcrn
    Spawn multiple subagents simultaneously for independent tasks with no shared state — maximize throughput safely
    32 repo stars
  6. Systematic Debugging 2 · dvcrn
    Find root cause before attempting fixes — 4-phase investigation, never guess-fix
    32 repo stars
  7. Verification Before Completion · dvcrn
    Run verification commands and confirm output before claiming any work is complete — evidence before assertions
    32 repo stars
  8. Receiving Code Review 2 · dvcrn
    Handle code review feedback with technical rigor — verify before implementing, push back if incorrect, no performative agreement
    32 repo stars
  9. Requesting Code Review 2 · dvcrn
    Review diffs with structured checklist — spec compliance, security, tests, breaking changes, code quality
    32 repo stars
  10. Subagent Driven Development 2 · dvcrn
    Execute implementation plans by dispatching one subagent per task with structured review between each — fresh context, no pollution
    32 repo stars