Skip to content

Commit 67bfd7f

Browse files
emi-dmnsalvacao
authored andcommitted
docs: Fix doc missing step (github#1496)
* docs: Fix doc missing step * docs: Update steps for generating technical plan and defining tasks (cherry picked from commit c1034f1)
1 parent 3594ca4 commit 67bfd7f

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

docs/quickstart.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ Then, use the `/speckit.implement` slash command to execute the plan.
102102
/speckit.implement
103103
```
104104

105+
> [!TIP]
106+
> **Phased Implementation**: For complex projects, implement in phases to avoid overwhelming the agent's context. Start with core functionality, validate it works, then add features incrementally.
107+
105108
## Detailed Example: Building Taskify
106109

107110
Here's a complete example of building a team productivity platform:
@@ -159,7 +162,15 @@ Be specific about your tech stack and technical requirements:
159162
/speckit.plan We are going to generate this using .NET Aspire, using Postgres as the database. The frontend should use Blazor server with drag-and-drop task boards, real-time updates. There should be a REST API created with a projects API, tasks API, and a notifications API.
160163
```
161164
162-
### Step 6: Validate and Implement
165+
### Step 6: Define Tasks
166+
167+
Generate an actionable task list using the `/speckit.tasks` command:
168+
169+
```bash
170+
/speckit.tasks
171+
```
172+
173+
### Step 7: Validate and Implement
163174
164175
Have your AI agent audit the implementation plan using `/speckit.analyze`:
165176
@@ -174,6 +185,9 @@ Finally, implement the solution:
174185
/speckit.implement
175186
```
176187
188+
> [!TIP]
189+
> **Phased Implementation**: For large projects like Taskify, consider implementing in phases (e.g., Phase 1: Basic project/task structure, Phase 2: Kanban functionality, Phase 3: Comments and assignments). This prevents context saturation and allows for validation at each stage.
190+
177191
## Key Principles
178192
179193
- **Be explicit** about what you're building and why

0 commit comments

Comments
 (0)