Loading...
Loading...
Auto-generate project workflow config (docs/workflow.md) from existing PRD and CLAUDE.md with zero questions. Use when user says "set up workflow", "configure TDD", "wire up dev workflow", or after running /scaffold before /plan. Do NOT use for founder setup (use /init) or project scaffolding (use /scaffold).
npx skill4agent add fortunto2/solo-factory solo-setup/scaffold/scaffold/plandocs/workflow.md/plan/buildproject_info(name)kb_search(query)codegraph_query(query)$ARGUMENTSprojects_dir~/.solo-factory/defaults.yamlCLAUDE.mddocs/workflow.mdCLAUDE.mddocs/prd.mdpackage.jsonpyproject.tomlMakefile.eslintrc*eslint.config.*.swiftlint.ymlruff.tomldetekt.ymlkb_searchstacks/<stack>.yamldev-principles.md.solo/package.jsonpyproject.toml*.xcodeprojPackage.swiftbuild.gradle.ktsmkdir -p docsdocs/workflow.md# Workflow — {ProjectName}
## TDD Policy
**Moderate** — Tests encouraged but not blocking. Write tests for:
- Business logic and validation
- API route handlers
- Complex algorithms
Tests optional for: UI components, one-off scripts, prototypes.
## Test Framework
{from package manifest devDeps: vitest/jest/pytest/xctest}
## Commit Strategy
**Conventional Commits**
Format: `<type>(<scope>): <description>`
Types: feat, fix, refactor, test, docs, chore, perf, style
## Verification Checkpoints
**After each phase completion:**
1. Run tests — all pass
2. Run linter — no errors
3. Run build — successful (if applicable)
4. Manual smoke test
## Branch Strategy
- `main` — production-ready
- `feat/<track-id>` — feature branches
- `fix/<description>` — hotfixesCLAUDE.mdSetup complete for {ProjectName}!
Created:
docs/workflow.md — TDD moderate, conventional commits
Next: /plan "Your first feature"/scaffolddocs/workflow.md