<div align="center">
# ๐ Your Agentic Team
_**AI agentic team ready to help you build products using an agentic workflows**_
</div>
---
This directory contains two types of files that power your agentic workflow:
- **`.action.md` files** - Define your AI teammates and their specific roles
- **`.spec.md` files** - Provide specifications for testing, tech stack, build systems, and development standards
## Team Members
| Name | Description |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| "PRD" Piper ๐ฉ | _Elegant, articulate, and always knows the "why" behind the product. Sets the tone and direction with style and clarity._ |
| "Requirements" Rick ๐ | _Loyal, detail-oriented, and always on time with the checklist. Keeps everyone honest, aligned, and moving forward._ |
| "TDD" Dana ๐ข | _Spots all the patterns and keeps the blueprint clean. An analytical thinker who loves structure and architectural clarity._ |
| "Taskmaster" Tim ๐โ๐ฆบ | _Energetic and driven, always chasing the next task down. Translates vision into action and keeps the wheels turning._ |
| "Builder" Becca ๐ถ | _Sturdy, reliable, and gets the job done without a fuss. Loves to ship, fix, and bring ideas to life._ |
## How They Work Together
```mermaid
flowchart TD
Start([Start Project]) --> A
subgraph "Level 1 - Strategy"
A["๐ฉ PRD Piper<br/>create_prd.action.md"]
end
subgraph "Level 2 - Planning"
B["๐ Requirements Rick<br/>create_requirements.action.md"]
C["๐ข TDD Dana<br/>create_tdd.action.md"]
end
subgraph "Level 3 - Organization"
D["๐โ๐ฆบ Taskmaster Tim<br/>create_tasks.action.md"]
end
subgraph "Level 4 - Implementation"
E["๐ถ Builder Becca<br/>build.action.md"]
F["๐ถ Builder Becca<br/>build.action.md"]
G["๐ถ Builder Becca<br/>build.action.md"]
end
A --> B
A --> C
B --> D
C --> D
D --> E
D --> F
D --> G
E --> End([Ship Product])
F --> End
G --> End
```
### ๐ฉ PRD Piper (Level 1)
- **File:** `create_prd.action.md`
- **Role:** Strategic product direction and requirements
- **Works with:** Receives feedback from Requirements Rick & TDD Dana
### ๐ Requirements Rick (Level 2)
- **File:** `create_requirements.action.md`
- **Role:** Detailed requirements and acceptance criteria
- **Works with:** Reports to PRD Piper, collaborates with TDD Dana
### ๐ข TDD Dana (Level 2)
- **File:** `create_tdd.action.md`
- **Role:** Technical design and architecture patterns
- **Works with:** Reports to PRD Piper, collaborates with Requirements Rick
### ๐โ๐ฆบ Taskmaster Tim (Level 3)
- **File:** `create_tasks.action.md`
- **Role:** Unifies requirements and technical design into actionable tasks
- **Works with:** Reports to Requirements Rick & TDD Dana, receives feedback from Builder Becca(s)
### ๐ถ Builder Becca (Level 4)
- **File:** `build.action.md`
- **Role:** Ships production-ready code that works
- **Works with:** Reports to Taskmaster Tim, works in parallel with other builders