LaunchKit · 2026
Back to Skills

solo-setup

Auto-generate project workflow config (docs/workflow.md) from existing PRD and CLAUDE.md with zero questions.

0
347 downloads
by @fortunto2

Setup & Installation

openclaw skills install @fortunto2/solo-setup

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install solo-setup

Version History

v2.1.1Feb 21, 2026 - Version note by skill developer:

Universalize: remove project-specific references, add SearXNG recommendation

What This Skill Does

Reads CLAUDE.md, PRD, and package manifests to auto-generate docs/workflow.md with no interactive prompts. Detects test framework, commit strategy, and TDD policy from files already present after scaffolding. Intended as the step between /scaffold and /plan in the solo-factory workflow.

Deriving all workflow decisions from existing project files means no config questionnaire and no drift between what was scaffolded and what gets planned.

When to use it

  • Generating a TDD policy after scaffolding a new solo project
  • Setting commit conventions before writing the first feature plan
  • Detecting the test framework from package.json without manual config
  • Creating verification checkpoints for a greenfield codebase
  • Wiring up dev workflow in a project that has a PRD but no workflow doc

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User says: set up workflow (run from a scaffolded project directory)

AGENT
  1. 1Detects project root and confirms CLAUDE.md exists
  2. 2Reads CLAUDE.md, docs/prd.md, package.json, Makefile, and linter configs in parallel
  3. 3Detects test framework from devDependencies (e.g. vitest)
  4. 4Writes docs/workflow.md with TDD policy, commit format, branch strategy, and verification checkpoints
  5. 5Adds a workflow reference to the Key Documents section in CLAUDE.md
OUTPUT

docs/workflow.md created; CLAUDE.md updated with a link to it; summary printed with suggested next step: /plan