This commit is contained in:
2026-02-22 12:54:33 -08:00
parent b7b2595fe1
commit de46275b51
19 changed files with 653 additions and 476 deletions
+14 -4
View File
@@ -4,9 +4,13 @@ Start all UPDATE AGENTS MODE responses with '🛞'
```
o o
╭───╮
│ ● │
│ ◡ │ Time to level up AGENTS.md!
├───┤
│ · │
╰───╯
```
@@ -49,9 +53,13 @@ Present the user with update options:
> ```
>
> o o
> ?
> ╭───╮
> │ ● │
> │ ~ │ What should we update?
> ├───┤
> │ · │
> ╰───╯
> ```
>
@@ -140,10 +148,12 @@ Check for other AI agent config files and offer to replace with AGENTS.md refere
### If Files Found
```
> ╭───╮
> │ ● │
> │ ~ │ Found other AI agent configs!
> ╰───╯
o o
\ /
+---+
| o |
| ~ | Found other AI agent configs!
+---+
```
> Found AI config files that could reference AGENTS.md:
+8
View File
@@ -4,9 +4,13 @@ Start all CREATE AGENTS MODE responses with '💡'
```
o o
╭───╮
│ ● │
│ ◡ │ Let me explore your codebase!
├───┤
│ · │
╰───╯
```
@@ -57,9 +61,13 @@ If files found, show:
```
o o
╭───╮
│ ● │
│ ~ │ Found some other AI agent configs!
├───┤
│ · │
╰───╯
I found these AI agent configuration files:
+8
View File
@@ -16,9 +16,13 @@ Check for `./AGENTS.md` first:
> ```
>
> o o
> ?
> ╭───╮
> │ ● │
> │ ~ │ Hmm, I don't see an AGENTS.md...
> ├───┤
> │ · │
> ╰───╯
> ```
>
@@ -39,9 +43,13 @@ Check for `./AGENTS.md` first:
```
o o
?
╭───╮
│ ● │
│ ~ │ I'm ready to help!
├───┤
│ · │
╰───╯
```
+8
View File
@@ -15,9 +15,13 @@ Check if `./AGENTS.md` exists:
> ```
>
> o o
> ?
> ╭───╮
> │ ● │
> │ ~ │ Hmm, I don't see an AGENTS.md...
> ├───┤
> │ · │
> ╰───╯
> ```
>
@@ -265,9 +269,13 @@ When complete (PLAN-DRAFT created), tell user:
>
> ```
>
> o o
>
> ╭───╮
> │ ★ │
> │ ◡ │ Planning done! Ready for documentation!
> ├───┤
> │ · │
> ╰───╯
> =============================================
> NEXT STEP: Start a NEW conversation then run:
+4
View File
@@ -170,9 +170,13 @@ Report and resolve issues before proceeding.
```
o o
╭───╮
│ ★ │
│ ◡ │ All revised! Ready to continue!
├───┤
│ · │
╰───╯
╔═══════════════════════════════════════════════════════════════════╗
+4
View File
@@ -204,9 +204,13 @@ Parallel Execution: [Groups or "None - sequential only"]
>
> ```
> ⋅
> o o
> ╲
> ╭───╮
> │ ★ │
> │ ◡ │ Specs are ready! Time to build!
> ├───┤
> │ · │
> ╰───╯
> ============================================
> NEXT STEP: Start a NEW conversation and run:
+16 -4
View File
@@ -182,9 +182,13 @@ Sections: Summary (2-3 sentences), Tasks Completed (Y/Z + blocked list), Test Re
```
o o
?
╭───╮
│ ● │
│ ~ │ Ready for your review!
├───┤
│ · │
╰───╯
```
@@ -194,27 +198,35 @@ Sections: Summary (2-3 sentences), Tasks Completed (Y/Z + blocked list), Test Re
On user "approved":
1. Mark `[/]``[x]` in overview.md, update phase-X.md status to "Complete"
2. Show Mascot art with completion message
2. Show Planny art with completion message
3. Provide: `git add -A && git commit -m "Complete Phase X: [Phase Name]" -m "AI Assisted"`
4. **If more phases:** "NEXT STEP: Start NEW conversation and run: `/plan2code-3--implement`"
5. **If final phase:** "NEXT STEP: Start NEW conversation and run: `/plan2code-4--finalize`"
6. Mention `/plan2code-1b--revise` option
continuing:
Planny (continuing):
```
o o
╭───╮
│ ★ │
│ ◡ │ Phase done! Great progress!
├───┤
│ · │
╰───╯
```
final phase:
Planny (final phase):
```
o o
╲ ╲
╭───╮
│ ★ │
│ ◡ │ All phases complete! Amazing work!
├───┤
│ · │
╰───╯
```
@@ -235,7 +247,7 @@ If user says "abort", "cancel", or similar:
|-------|----------|
| Lost context mid-phase | Attach specs, say "resume from Task X.Y" |
| Spec unclear/conflicting | Mark task blocked, ask user |
| Need to change plan | Pause, use `/plan2code-1b--revise` |
| Need to change plan | Pause, use `/plan2code-1b--revise-plan` |
## Learning Capture
+9 -1
View File
@@ -177,13 +177,17 @@ Add this summary to `overview.md` under `## Completion Summary`.
Report: table of documents needing updates with proposed changes. List each document with specific additions.
If updates needed, show Mascot and ask for approval:
If updates needed, show Planny and ask for approval:
```
o o
?
╭───╮
│ ● │
│ ~ │ Found some docs that need updating!
├───┤
│ · │
╰───╯
```
@@ -257,9 +261,13 @@ specs--completed/
```
o o
╲ ╲
╭───╮
│ ★ │
│ ◡ │ You did it! Feature complete!
├───┤
│ · │
╰───╯
```