Skip to content

Commit 0ccece2

Browse files
emi-dmbrianluby
authored andcommitted
docs: Fix doc missing step (github#1496)
* docs: Fix doc missing step * docs: Update steps for generating technical plan and defining tasks
1 parent fc4bc85 commit 0ccece2

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
@@ -87,6 +87,9 @@ Then, use the `/speckit.implement` slash command to execute the plan.
8787
/speckit.implement
8888
```
8989

90+
> [!TIP]
91+
> **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.
92+
9093
## Detailed Example: Building Taskify
9194

9295
Here's a complete example of building a team productivity platform:
@@ -141,7 +144,15 @@ Be specific about your tech stack and technical requirements:
141144
/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.
142145
```
143146
144-
### Step 6: Validate and Implement
147+
### Step 6: Define Tasks
148+
149+
Generate an actionable task list using the `/speckit.tasks` command:
150+
151+
```bash
152+
/speckit.tasks
153+
```
154+
155+
### Step 7: Validate and Implement
145156
146157
Have your AI agent audit the implementation plan using `/speckit.analyze`:
147158
@@ -155,6 +166,9 @@ Finally, implement the solution:
155166
/speckit.implement
156167
```
157168
169+
> [!TIP]
170+
> **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.
171+
158172
## Key Principles
159173
160174
- **Be explicit** about what you're building and why

0 commit comments

Comments
 (0)