Code

Plan, implement, and verify coding tasks through a structured workflow.

6|2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/zeminroot/cheerclaw --skill code-zeminroot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code
Source: https://github.com/zeminroot/cheerclaw/tree/main/cheerclaw/skills/code
Command: npx skills add https://github.com/zeminroot/cheerclaw --skill code-zeminroot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured workflow for software development tasks, guiding users from planning through implementation, verification, and testing to deliver clean code.

Core Features & Use Cases

  • Guided coding workflow: plan, implement, verify, and deliver code with clear steps and checkpoints.
  • Local memory and references: stores user preferences in ~/code/memory.md and reuses reference templates (planning.md, execution.md, verification.md) to standardize workflows.
  • Non-autonomous execution: offers guidance only; user approves each step and maintains control.
  • Context-aware scaffolding: reads user project context and prepares task-specific execution plans.

Quick Start

Provide an explicit user request for code work to start the guided process.

Frequently Asked Questions about Code

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

FAQPage Schema
How do I structure a software development workflow from planning to verification?

A structured software development workflow guides you sequentially through planning, implementation, verification, and delivery. It uses reference templates for each phase to standardize the process and requires explicit user approval before progressing to the next step.

Can I use a guided workflow for feature work, bug fixes, and refactoring?

Yes, this guided workflow is applicable for software development tasks including feature work, bug fixes, and refactoring. It reads your project context and prepares task-specific execution plans to deliver clean code.

How does local memory tailor code execution steps to user preferences?

Local memory stores your user preferences in a dedicated memory file and reuses them to tailor execution steps. The workflow reads this local memory to constrain actions and customize the guided coding process.

What is the best way to maintain control during automated code generation?

To maintain control during code generation, use a non-autonomous execution workflow that offers guidance only. This approach constrains actions to guided steps and requires your explicit approval before progressing through each phase.

Do I need to set up reference templates before starting a coding task?

Reference templates for planning, execution, and verification are reused automatically to standardize workflows. You do not need to set them up manually before providing an explicit user request for code work to start the guided process.