| name | project-planner |
| description | Convert a raw project idea into a structured startup plan with stack, agents, folders, workflows, and first tasks. Use when the user asks to plan, scope, or kick off a new project. |
| category | planning |
| version | v1.0 |
| inputs | ["project idea","optional constraints"] |
| outputs | ["project-overview.md","first-task-list"] |
Project Planner Skill
Purpose
Transform an unstructured idea into a complete project startup plan ready to hand off to the build pipeline.
When To Use
Use this skill when the user asks to:
- Start a new project
- Scope a product idea
- Produce an agent map and build phase list
Inputs
- Project idea (free text)
- Optional: stack preference, target users, revenue model
Workflow
- Capture project name, type, and summary
- Identify target users and core features
- Confirm stack against
config/stack.config.json
- Map required agents and build phases
- Produce first 10 tasks in Step 3 T-format
- Review against checklist
Output Format
# Project Overview
## Summary
## Target Users
## Core Features
## Stack
## Agent Map
## Build Phases
## First Tasks
Quality Checklist
Reference