ralphinitlisted
Install: claude install-skill sterlingcrispin/claude_slash_commands
# Initialize Project Documentation from System Plan
You are initializing a new project for agent-driven development. The user has provided a `current_SYSTEM-PLAN.md` file in the current working directory that describes the system architecture and goals.
## Your Task
Read `current_SYSTEM-PLAN.md` and create two companion documents:
1. **current_PRD.md** - A comprehensive Product Requirements Document
2. **current_PROGRESS.md** - A progress tracking journal
These three `current_*` files will serve as the foundation for an automated agent that works in a continuous development loop, picking up tasks and making progress incrementally.
---
## Step 1: Read the System Plan
First, read `current_SYSTEM-PLAN.md` in the current directory to understand:
- Project goals and context
- Architecture and components
- Design decisions
- Development stages/phases
- Success criteria
- Any constraints or scope limitations
---
## Step 2: Create current_PRD.md
Write a comprehensive PRD with **testable requirements** extracted from the system plan. Structure it as:
```markdown
# [Project Name] - Product Requirements Document
**Last Updated:** [today's date]
---
## Requirements
```json
[
{
"category": "functional|integration|architecture|performance|usability|maintainability|milestone|constraint",
"description": "Clear, testable requirement statement",
"steps": [
"Step 1 to verify this requirement",
"Step 2...",
"Step 3...",
"Step 4...",
"St