Structured project planning — requirements analysis, architecture design, task breakdown, dependency mapping, milestone definition. Use when starting a new p...
Version: 1.1.0 | Author: Shadows Company | License: MIT
No binaries required. This is a pure planning and reasoning skill. It produces structured text output (project plans, architecture documents, task breakdowns) without executing any commands or requiring any external tools.
Ask the user (max 5 questions):
Based on requirements, define:
System Components:
[Component A] --> [Component B] --> [Component C]
| |
v v
[Database] [External API]
For each component:
Architecture Decisions Record (ADR):
### ADR-001: [Decision Title]
- **Status**: Accepted
- **Context**: [Why this decision was needed]
- **Decision**: [What was decided]
- **Consequences**: [Trade-offs accepted]
Break the project into implementable tasks:
## Epic 1: [Name]
- [ ] Task 1.1: [Description] (~Xh)
- [ ] Task 1.2: [Description] (~Xh)
- Depends on: Task 1.1
- [ ] Task 1.3: [Description] (~Xh)
## Epic 2: [Name]
- [ ] Task 2.1: [Description] (~Xh)
- Depends on: Task 1.2
Rules:
Identify critical path:
Define 3-5 milestones:
### Milestone 1: Foundation (Week 1)
- [x] Project setup, CI/CD pipeline
- [x] Core data models
- [x] Basic API skeleton
**Demo**: API responds to health check
### Milestone 2: Core Features (Week 2-3)
- [ ] Feature A implementation
- [ ] Feature B implementation
**Demo**: User can perform primary workflow
### Milestone 3: Polish & Deploy (Week 4)
- [ ] Error handling, edge cases
- [ ] Documentation
- [ ] Production deployment
**Demo**: Live system accessible to users
This skill is purely advisory — it generates project plans, architecture documents, and task breakdowns as text output. It does not execute commands, read sensitive files, make network calls, or modify any configuration. Zero risk profile.
# Project Plan: [Name]
**Date**: [YYYY-MM-DD]
## 1. Requirements Summary
[Concise requirements from Phase 1]
## 2. Architecture
[Diagram + component descriptions + ADRs]
## 3. Task Breakdown
[Epics with tasks, estimates, dependencies]
## 4. Critical Path
[Dependency chain visualization]
## 5. Milestones
[3-5 milestones with demo criteria]
## 6. Risks
| Risk | Probability | Impact | Mitigation |
|------|------------|--------|------------|
| ... | ... | ... | ... |
## 7. Next Steps
[First 3 tasks to start immediately]
Published by Shadows Company — "We work in the shadows to serve the Light."
ZIP package — ready to use