Analyze project structure and create Plan-Flow configuration
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill setup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Setup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-setup)More formats (shields.io, HTML) on the badges page.
---
name: setup
description: Analyze project structure and create Plan-Flow configuration
metadata: {"openclaw":{"requires":{"bins":["git"]}}}
user-invocable: true
---
# Setup
Analyze the current repository and generate Plan-Flow configuration files.
## What It Does
1. Scans project structure to detect languages and frameworks
2. Creates the `flow/` directory structure
3. Identifies existing patterns in the codebase
4. Generates initial configuration
## Usage
```
/setup [path]
```
**Arguments:**
- `path` (optional): Directory to analyze. Defaults to current directory.
## Output
Creates the following structure:
```
flow/
├── archive/ # Completed/abandoned plans
├── contracts/ # Integration contracts
├── discovery/ # Discovery documents
├── plans/ # Active implementation plans
├── references/ # Reference materials
├── reviewed-code/ # Code review documents
└── reviewed-pr/ # PR review documents
```
## Example
```
/setup
```
**Output:**
```
Setup Complete!
Analyzed: /path/to/project
Files found: 156
Languages detected: TypeScript, JavaScript
Frameworks detected: Next.js, Jest
Created Directories:
- flow/discovery/
- flow/plans/
- flow/contracts/
- flow/references/
- flow/archive/
Next Steps:
1. Create .plan-flow.yml with your AI API key
2. Run /discovery to gather requirements for a feature
3. Run /create-plan to create an implementation plan
```
## Next Command
After setup, run `/discovery` to start gathering requirements for a new feature.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!