code

Implement code from a plan.md across phased development workflows.

7|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill code-brainbrewlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code
Source: https://github.com/brainbrewlabs/brainbrew-devkit/tree/main/plugin/config/templates/develop/skills/code
Command: npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill code-brainbrewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implements executable code from an existing plan while coordinating review, testing, debugging, and commits so teams don't manually manage each step of the development pipeline.

Core Features & Use Cases

  • Plan-driven implementation: Reads a plan file and executes one phase at a time, spawning an implementer subagent to produce code.
  • Hook-driven orchestration: Uses PostToolUse hooks to chain code-reviewer, tester, debugger, and git-manager agents automatically with QA and retry logic.
  • Use Case: When a user says "start coding" with a plan path, the skill runs the implementer, follows hook instructions for reviews and tests, and commits changes when phases complete.

Quick Start

Ask the code skill to begin implementing the plan by saying start coding and provide the plan file path, for example ./plan.md.

Frequently Asked Questions about code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement code from a plan file automatically?

To implement code automatically, provide a plan.md file path to trigger phased execution. The system reads the plan, spawns an implementer subagent for each phase, and chains review, test, debug, and commit agents via post-tool hooks.

How does agent orchestration work for code review and testing?

Agent orchestration uses PostToolUse hooks to automatically chain code-reviewer, tester, debugger, and git-manager agents after implementation. Each agent activates sequentially with QA and retry logic, removing manual pipeline management.

Can I execute phased development workflows with git commits included?

Yes, phased development workflows execute one plan phase at a time and include automatic git commits. The git-manager agent commits changes when each phase completes successfully after passing review and testing.

What's needed to start coding with a plan-driven implementation?

Plan-driven implementation requires an existing plan.md file path as an argument. Say "start coding" and provide the path; the system handles implementation, review, testing, debugging, and commits without further manual input.

Does the code implementation skill handle debugging and retries?

Yes, debugging and retries are handled automatically during implementation. A debugger agent activates through hook-driven orchestration, applying QA and retry logic to resolve issues before the git-manager commits the code.

When should I use automated code implementation for my project?

Use automated code implementation when you have a detailed plan.md ready and want to skip manual pipeline steps. It suits phased development workflows where teams need coordinated implementation, review, testing, and git commits.