Loading...
Loading...
Compare original and translation side by side
.specify/.specify/memory/constitution.mdmemory/constitution.mdspecs/[feature]/spec.mdspecs/[feature]/spec.mdspecs/[feature]/spec.mdspecs/[feature]/spec.mdresearch.mddata-model.mdspecs/[feature]/plan.mdspecs/[feature]/research.mdspecs/[feature]/data-model.mdspecs/[feature]/contracts/research.mddata-model.mdspecs/[feature]/plan.mdspecs/[feature]/research.mdspecs/[feature]/data-model.mdspecs/[feature]/contracts/specs/[feature]/spec.mdspecs/[feature]/plan.mdspecs/[feature]/tasks.mdspecs/[feature]/spec.mdspecs/[feature]/plan.mdspecs/[feature]/tasks.mdspecs/[feature]/tasks.md||specs/[feature]/tasks.md||||||Foundation: ✓ Project setup, database schema, auth framework
Parallel Work:
├─ Agent 1: P1 Story - User registration flow
├─ Agent 2: P1 Story - User login flow
└─ Agent 3: P2 Story - Profile management基础阶段:✓ 项目搭建、数据库Schema、认证框架
并行工作:
├─ Agent 1: P1 故事 - 用户注册流程
├─ Agent 2: P1 故事 - 用户登录流程
└─ Agent 3: P2 故事 - 个人资料管理Phase 3: P1 User Registration
├─ [ ] T3.1 || Create user model (tests/models/test_user.py)
├─ [ ] T3.2 || Create registration endpoint (tests/api/test_register.py)
└─ [ ] T3.3 || Create validation service (tests/services/test_validation.py)阶段3:P1 用户注册
├─ [ ] T3.1 || 创建用户模型 (tests/models/test_user.py)
├─ [ ] T3.2 || 创建注册接口 (tests/api/test_register.py)
└─ [ ] T3.3 || 创建验证服务 (tests/services/test_validation.py)Feature "User Authentication":
├─ Claude: Generated spec.md and plan.md (reasoning strength)
├─ Copilot: Implemented auth endpoints (code generation)
└─ Gemini: Wrote integration tests (test coverage)功能「用户认证」:
├─ Claude: 生成spec.md和plan.md(擅长逻辑推理)
├─ Copilot: 实现认证接口(擅长代码生成)
└─ Gemini: 编写集成测试(擅长测试覆盖).specify/
├── memory/
│ └── constitution.md # Project governance and principles
├── scripts/
│ ├── *.sh # Bash automation scripts
│ └── *.ps1 # PowerShell automation scripts
├── specs/
│ └── [feature-name]/
│ ├── spec.md # Feature specification
│ ├── plan.md # Technical implementation plan
│ ├── tasks.md # Actionable task breakdown
│ ├── research.md # Research findings (optional)
│ ├── data-model.md # Data structure design (optional)
│ ├── quickstart.md # Getting started (optional)
│ └── contracts/ # API/interface definitions (optional)
└── templates/ # Command and artifact templates.specify/
├── memory/
│ └── constitution.md # 项目治理规则与原则
├── scripts/
│ ├── *.sh # Bash自动化脚本
│ └── *.ps1 # PowerShell自动化脚本
├── specs/
│ └── [feature-name]/
│ ├── spec.md # 功能规范
│ ├── plan.md # 技术实现规划
│ ├── tasks.md # 可执行任务拆解
│ ├── research.md # 调研结果(可选)
│ ├── data-model.md # 数据结构设计(可选)
│ ├── quickstart.md # 快速入门指南(可选)
│ └── contracts/ # API/接口定义(可选)
└── templates/ # 命令与产出物模板||||