solo-build
Execute implementation plan tasks with TDD workflow, auto-commit, and phase gates. Use when user says "build it", "start building", "execute plan", "implement tasks", "ship it", or references a track ID. Do NOT use for planning (use /plan) or scaffolding (use /scaffold).
Why use this skill?
Automate your software implementation with solo-build. This OpenClaw skill executes TDD workflows, manages task lists, and enforces git hooks for reliable coding.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/fortunto2/solo-buildWhat This Skill Does
The solo-build skill acts as the primary execution engine for OpenClaw AI, designed to transition projects from the planning phase into concrete implementation. Unlike generic coding skills, solo-build is strictly bound to a TDD (Test-Driven Development) workflow. It automatically detects, parses, and executes tasks defined in your docs/plan/ directory. By enforcing project-specific workflows defined in docs/workflow.md and verifying git hooks before every commit, it ensures that your codebase remains consistent, clean, and fully tested as you implement features.
Installation
To add this skill to your workspace, run the following command in your terminal:
clawhub install openclaw/skills/skills/fortunto2/solo-build
Once installed, ensure your project structure includes a docs/ folder. The skill will automatically attempt to locate your implementation plan at docs/plan/. If you are using a new project, ensure your stack configuration exists in templates/stacks/ so the skill can correctly identify and verify your environment's pre-commit hooks.
Use Cases
- Continuous Implementation: Use this when a developer has finalized a roadmap in
plan.mdand wants the AI to handle the tedious, task-by-task coding process. - Strict TDD Enforcement: Use this in environments where code quality is non-negotiable; the skill forces a write-test-before-code pattern.
- Refactoring & Feature Additions: When working on complex tasks that require multiple commits and verification steps,
solo-buildmanages the state of the task list to ensure nothing is missed. - Automation of Git Hygiene: Automatically handles pre-commit hook installation and execution, preventing the need for manual linting or testing runs before pushing code.
Example Prompts
- "Build it. Follow the plan in docs/plan/user-auth-track/plan.md and start with the first task."
- "Start building. Please skip ahead and execute task 3.2 from the active implementation plan."
- "Implement tasks for the payment gateway integration track. Let's get this finished."
Tips & Limitations
- Pre-flight Checks: Always ensure
docs/workflow.mdis populated if your team uses custom linting or specific integration testing commands. Without this, the skill defaults to moderate TDD settings. - No Scaffolding: Remember that
solo-buildis for implementation. Do not point this skill at a blank directory; use/scaffoldfirst to generate your boilerplate. - Task Jumps: Utilize the
--task X.Yflag to resume work after an interruption or to perform targeted debugging on a specific section of your implementation plan.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-fortunto2-solo-build": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
solo-swarm
Launch 3 parallel research agents (market, users, tech) to investigate an idea from multiple angles simultaneously. Use when user says "swarm research", "parallel research", "investigate fast", "3 agents", "team research", or wants faster alternative to /research. Produces research.md. Do NOT use for solo research (use /research) or idea scoring (use /validate).
solo-metrics-track
Set up PostHog metrics plan with event funnel, KPI benchmarks, and kill/iterate/scale decision thresholds. Use when user says "set up metrics", "track KPIs", "PostHog events", "funnel analysis", "when to kill or scale", or "success metrics". Do NOT use for SEO metrics (use /seo-audit).
solo-audit
Health check knowledge base for broken links, missing frontmatter, tag inconsistencies, and coverage gaps. Use when user says "audit KB", "check frontmatter", "find broken links", "tag cleanup", or "knowledge base quality". Do NOT use for SEO audits (use /seo-audit) or code reviews.
solo-index-youtube
Index YouTube channel videos and transcripts for semantic search. Use when user says "index YouTube", "add YouTube channel", "update video index", or "index transcripts". Works with solograph MCP (if available) or standalone via yt-dlp.
solo-seo-audit
SEO health check for any URL — analyzes meta tags, OG, JSON-LD, sitemap, robots.txt, SERP positions, and scores 0-100. Use when user says "check SEO", "audit this page", "SEO score", "check meta tags", or "SERP position". Do NOT use for generating landing content (use /landing-gen) or social media posts (use /content-gen).