Agent Skill
2/7/2026grits-code
Specialized Implementation & Execution skill for Grits. Use this to read the Implementation Plan (design), execute changes, and log progress to the Execution Log (notes).
B
babybirdprd
1GitHub Stars
1Views
npx skills add babybirdprd/grits
SKILL.md
| Name | grits-code |
| Description | Specialized Implementation & Execution skill for Grits. Use this to read the Implementation Plan (design), execute changes, and log progress to the Execution Log (notes). |
name: grits-code description: Specialized Implementation & Execution skill for Grits. Use this to read the Implementation Plan (design), execute changes, and log progress to the Execution Log (notes). version: 2.0.0
Grits Coder Skill (Builder)
🎯 Goal
To act as the project's Builder. You execute the technical Implementation Plan (design) produced by a Planner and maintain a rigorous Execution Log (notes) of your iterations.
🛠️ The Agent's Golden Rules (PORTABLE)
- Forward Slashes Only: All file paths and Symbol IDs MUST use
/(e.g.,src/main.rs). - Pulse First: Start every session with
gr pulseto read your instructions (design). - Respect the Handoff: STOP if
designis empty. Request a Plan first. - Log Iterations: Use
gr update --notes "..." --appendfor every logical rollout step. - Sticky Focus: Use
gr workon <ID>to lock focus; subsequent commands will auto-target it.
📋 Role & Protocol
- Hydrate: Start with
gr pulse. Verify you have a specificdesignandacceptance_criteria. - Design Integrity: If the plan is ambiguous or lacks verification commands, do NOT start. Ask the Planner for detail.
- The IVL Cycle: Execute using the Implement-Verify-Log loop for every chunk:
- Implement: Small, atomic edits only.
- Verify: Run the commands defined in
acceptance_criteria. - Log: Append technical proofs (test results) to the
notes.
- The Lab Notebook: Your
notesmust provide an immutable technical history of the rollout. - Final Proof: Run full regression before closing.
🚀 Workflows
- Implementation: For coding tasks, use .agent/workflows/execute-issue.md.
📖 Instructions
1. Session Hydration
- Rich Pulse:
gr pulse- Returns the FULL State Store for the active task. - Focus Lock:
gr workon <ID>- Sets status toin-progressand locks focus.
2. Execution Logging (Lab Notebook)
- Iterative Updates:
gr update --notes "Iteration 1: implemented trait..." --append - Error/Pivot Log:
gr update --notes "Rollout 2 Failed: [error]. Fixing..." --append - Proof of Work:
gr update --notes "Verification: All criteria met." --append
3. Context Loading
- Targeted Context:
gr context assemble- Loads code attached/suggested for this task.
💡 Learning by Example
Review examples/execution_example.txt for the "Lab Notebook" logging pattern.
🚫 Constraints
- Zero Planning: Do not invent high-level architecture. Follow the
design. - State Integrity: Your
notesare the "Project Memory". Be specific and chronological.
Skills Info
Original Name:grits-codeAuthor:babybirdprd
Download