Building banner
ryanthedev ryanthedev

Building

Development community

Description

--- description: "Execute plans through gated phases with subagent dispatch." --- # Skill: building **Load Plan → Setup → Execute → Verify → Report** --- ## Quick Reference | Phase | Goal | Output | |-------|------|--------| | LOAD | Read plan file | Parsed implementation checklist | | SETUP | Initialize tracking | Plan status updated | | EXECUTE | Implement each section | Working code | | VERIFY | Run tests, confirm completion | All tests pass | | REPORT | Update plan, summarize | Executio

Installation

Installs to ~/.claude/skills/ryanthedev-code-foundations-building/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ryanthedev-code-foundations-building && curl -fsSL https://raw.githubusercontent.com/ryanthedev/code-foundations/HEAD/commands/building.md -o ~/.claude/skills/ryanthedev-code-foundations-building/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository