ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/fortunto2/solo-build
Or

What 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.md and 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-build manages 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

  1. "Build it. Follow the plan in docs/plan/user-auth-track/plan.md and start with the first task."
  2. "Start building. Please skip ahead and execute task 3.2 from the active implementation plan."
  3. "Implement tasks for the payment gateway integration track. Let's get this finished."

Tips & Limitations

  • Pre-flight Checks: Always ensure docs/workflow.md is 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-build is for implementation. Do not point this skill at a blank directory; use /scaffold first to generate your boilerplate.
  • Task Jumps: Utilize the --task X.Y flag to resume work after an interruption or to perform targeted debugging on a specific section of your implementation plan.

Metadata

Author@fortunto2
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-fortunto2-solo-build": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#tdd#automation#git#workflow#development
Safety Score: 3/5

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).

fortunto2 2387

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).

fortunto2 2387

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.

fortunto2 2387

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.

fortunto2 2387

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).

fortunto2 2387