solo-build

Solid

Use when "build it", "start building", "execute plan", "implement tasks", "ship it", track ID referenced, or plan tasks need execution. Do NOT use for planning (/plan) or scaffolding (/scaffold).

AI & Automation 18 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /build This skill is self-contained — follow the task loop, TDD rules, and completion flow below instead of delegating to external build/execution skills (superpowers, etc.). Execute tasks from an implementation plan. Finds `plan.md` (in `docs/plan/`), picks the next unchecked task, implements it with TDD workflow, commits, and updates progress. ## Live Context - Branch: !`git branch --show-current 2>/dev/null` - Status: !`git status --short 2>/dev/null | head -10` - Last commit: !`git log --oneline -3 2>/dev/null` ## When to use After `/plan` has created a track with `spec.md` + `plan.md`. This is the execution engine. Pipeline: `/plan` → **`/build`** → `/deploy` → `/review` ## MCP Tools (use if available) - `session_search(query)` — find how similar problems were solved before - `project_code_search(query, project)` — find reusable code across projects - `codegraph_query(query)` — check file dependencies, imports, callers If MCP tools are not available, fall back to Glob + Grep + Read. ## Pre-flight Checks 1. **Detect context** — find where plan files live: - Check `docs/plan/*/plan.md` — standard location - Use whichever exists. - **DO NOT** search for `conductor/` or any other directory — only `docs/plan/`. 2. Load workflow config from `docs/workflow.md` (if exists): - TDD strictness (strict / moderate / none) - Commit strategy (conventional commits format) - Verification checkpoint rules - **Integration Testing section** — if present, r...

Details

Author
fortunto2
Repository
fortunto2/solo-factory
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category