solo-setup

Generate docs/workflow.md from PRD and CLAUDE.md project data.

18|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/fortunto2/solo-factory --skill solo-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solo-setup
Source: https://github.com/fortunto2/solo-factory/tree/main/skills/setup
Command: npx skills add https://github.com/fortunto2/solo-factory --skill solo-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-generate a production-ready project workflow configuration from existing PRD and CLAUDE.md, eliminating manual setup and guesswork.

Core Features & Use Cases

  • Reads CLAUDE.md and docs/prd.md to extract stack, architecture, and workflow requirements.
  • Generates docs/workflow.md so /plan and /build have a clear, validated pipeline.
  • Works with MCP-enabled projects and gracefully falls back to local data if MCP tools are unavailable.

Quick Start

Run /scaffold to create a project, then use /setup to generate the docs/workflow.md.

Frequently Asked Questions about solo-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate a project workflow configuration from a PRD?

To auto-generate a workflow configuration from a PRD, this skill reads your CLAUDE.md and docs/prd.md files to extract stack requirements and writes a validated pipeline directly into docs/workflow.md.

What is the purpose of generating a workflow.md file for project scaffolding?

Generating a workflow.md file provides a clear, validated pipeline so that subsequent planning and building phases have aligned, production-ready instructions based on your project stack.

How do I set up workflow docs after creating a project scaffold?

To set up workflow docs after creating a project scaffold, run the setup command to read your project manifests and generate the docs/workflow.md file before initiating the planning phase.

Does workflow generation work without MCP tools installed?

Workflow generation works without MCP tools installed by gracefully falling back to local data from your package manifests and PRD files if project_info, kb_search, or codegraph_query are unavailable.

Can I use CLAUDE.md to define automation rules for my development workflow?

You can use CLAUDE.md to define automation rules because the skill parses it alongside your PRD to extract architecture and workflow requirements for the generated configuration.

What are the limitations of auto-generating workflow configurations from existing docs?

A limitation of auto-generating workflow configurations is that it cannot create a pipeline if docs/prd.md or CLAUDE.md are absent, as it requires these files to extract stack and architecture requirements.