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