Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User says: set up workflow (run from a scaffolded project directory)
- 1Detects project root and confirms CLAUDE.md exists
- 2Reads CLAUDE.md, docs/prd.md, package.json, Makefile, and linter configs in parallel
- 3Detects test framework from devDependencies (e.g. vitest)
- 4Writes docs/workflow.md with TDD policy, commit format, branch strategy, and verification checkpoints
- 5Adds a workflow reference to the Key Documents section in CLAUDE.md
docs/workflow.md created; CLAUDE.md updated with a link to it; summary printed with suggested next step: /plan