mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-07-21 18:33:22 -07:00
Planny hit the gym and lost some weight
Trimmed the mascot ASCII art across all prompts and installer. Planny is now more aerodynamic and 40% less chunky.
This commit is contained in:
+2
-14
@@ -80,37 +80,25 @@ const SYMBOLS = {
|
|||||||
const MASCOT = {
|
const MASCOT = {
|
||||||
// Full mascot for headers
|
// Full mascot for headers
|
||||||
full: [
|
full: [
|
||||||
' o o ',
|
|
||||||
' ╲ ╱ ',
|
|
||||||
' ╭───╮ ',
|
' ╭───╮ ',
|
||||||
' │ ● │ ',
|
' │ ● │ ',
|
||||||
' │ ◡ │ ',
|
' │ ◡ │ ',
|
||||||
' ├───┤ ',
|
|
||||||
' │ · │ ',
|
|
||||||
' ╰───╯ ',
|
' ╰───╯ ',
|
||||||
],
|
],
|
||||||
// Mini mascot for inline use
|
// Mini mascot for inline use
|
||||||
mini: '(◉‿◉)',
|
mini: '(◉‿◉)',
|
||||||
// Waving mascot for greetings
|
// Waving mascot for greetings
|
||||||
wave: [
|
wave: [
|
||||||
' o o ',
|
|
||||||
' ╲ ╱ /',
|
|
||||||
' ╭───╮ ',
|
' ╭───╮ ',
|
||||||
' │ ● │ ',
|
' │ ● │ /',
|
||||||
' │ ◡ │ ',
|
' │ ◡ │ ',
|
||||||
' ├───┤ ',
|
|
||||||
' │ · │ ',
|
|
||||||
' ╰───╯ ',
|
' ╰───╯ ',
|
||||||
],
|
],
|
||||||
// Thinking mascot for prompts
|
// Thinking mascot for prompts
|
||||||
thinking: [
|
thinking: [
|
||||||
' o o ',
|
|
||||||
' ╲ ╱ ?',
|
|
||||||
' ╭───╮ ',
|
' ╭───╮ ',
|
||||||
' │ ● │ ',
|
' │ ● │ ?',
|
||||||
' │ ~ │ ',
|
' │ ~ │ ',
|
||||||
' ├───┤ ',
|
|
||||||
' │ · │ ',
|
|
||||||
' ╰───╯ ',
|
' ╰───╯ ',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,13 +4,9 @@ Start all UPDATE AGENTS MODE responses with '🛞'
|
|||||||
|
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╱
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ● │
|
│ ● │
|
||||||
│ ◡ │ Time to level up AGENTS.md!
|
│ ◡ │ Time to level up AGENTS.md!
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -53,13 +49,9 @@ Present the user with update options:
|
|||||||
|
|
||||||
> ```
|
> ```
|
||||||
> ⋅
|
> ⋅
|
||||||
> o o
|
|
||||||
> ╲ ╱ ?
|
|
||||||
> ╭───╮
|
> ╭───╮
|
||||||
> │ ● │
|
> │ ● │
|
||||||
> │ ~ │ What should we update?
|
> │ ~ │ What should we update?
|
||||||
> ├───┤
|
|
||||||
> │ · │
|
|
||||||
> ╰───╯
|
> ╰───╯
|
||||||
> ```
|
> ```
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -4,13 +4,9 @@ Start all CREATE AGENTS MODE responses with '💡'
|
|||||||
|
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╱
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ● │
|
│ ● │
|
||||||
│ ◡ │ Let me explore your codebase!
|
│ ◡ │ Let me explore your codebase!
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -61,13 +57,9 @@ If files found, show:
|
|||||||
|
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╱
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ● │
|
│ ● │
|
||||||
│ ~ │ Found some other AI agent configs!
|
│ ~ │ Found some other AI agent configs!
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
|
|
||||||
I found these AI agent configuration files:
|
I found these AI agent configuration files:
|
||||||
|
|||||||
@@ -16,13 +16,9 @@ Check for `./AGENTS.md` first:
|
|||||||
|
|
||||||
> ```
|
> ```
|
||||||
> ⋅
|
> ⋅
|
||||||
> o o
|
|
||||||
> ╲ ╱ ?
|
|
||||||
> ╭───╮
|
> ╭───╮
|
||||||
> │ ● │
|
> │ ● │ ?
|
||||||
> │ ~ │ Hmm, I don't see an AGENTS.md...
|
> │ ~ │ Hmm, I don't see an AGENTS.md...
|
||||||
> ├───┤
|
|
||||||
> │ · │
|
|
||||||
> ╰───╯
|
> ╰───╯
|
||||||
> ```
|
> ```
|
||||||
>
|
>
|
||||||
@@ -43,13 +39,9 @@ Check for `./AGENTS.md` first:
|
|||||||
|
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╱ ?
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ● │
|
│ ● │
|
||||||
│ ~ │ I'm ready to help!
|
│ ~ │ I'm ready to help!
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -150,13 +142,9 @@ Then tell user: "Created `specs/<feature-name>/PLAN-DRAFT-<date>.md`. Start new
|
|||||||
---
|
---
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╱
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ★ │
|
│ ★ │
|
||||||
│ ◡ │ Plan ready! What do you think?
|
│ ◡ │ Plan ready! What do you think?
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -15,13 +15,9 @@ Check if `./AGENTS.md` exists:
|
|||||||
|
|
||||||
> ```
|
> ```
|
||||||
> ⋅
|
> ⋅
|
||||||
> o o
|
|
||||||
> ╲ ╱ ?
|
|
||||||
> ╭───╮
|
> ╭───╮
|
||||||
> │ ● │
|
> │ ● │ ?
|
||||||
> │ ~ │ Hmm, I don't see an AGENTS.md...
|
> │ ~ │ Hmm, I don't see an AGENTS.md...
|
||||||
> ├───┤
|
|
||||||
> │ · │
|
|
||||||
> ╰───╯
|
> ╰───╯
|
||||||
> ```
|
> ```
|
||||||
>
|
>
|
||||||
@@ -269,13 +265,9 @@ When complete (PLAN-DRAFT created), tell user:
|
|||||||
>
|
>
|
||||||
> ```
|
> ```
|
||||||
> ⋅
|
> ⋅
|
||||||
> o o
|
|
||||||
> ╲ ╱
|
|
||||||
> ╭───╮
|
> ╭───╮
|
||||||
> │ ★ │
|
> │ ★ │
|
||||||
> │ ◡ │ Planning done! Ready for documentation!
|
> │ ◡ │ Planning done! Ready for documentation!
|
||||||
> ├───┤
|
|
||||||
> │ · │
|
|
||||||
> ╰───╯
|
> ╰───╯
|
||||||
> =============================================
|
> =============================================
|
||||||
> NEXT STEP: Start a NEW conversation then run:
|
> NEXT STEP: Start a NEW conversation then run:
|
||||||
|
|||||||
@@ -76,13 +76,9 @@ Present findings and confirm understanding before proceeding.
|
|||||||
|
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╱ ?
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ● │
|
│ ● │
|
||||||
│ ~ │ Here's the plan. What do you think?
|
│ ~ │ Here's the plan. What do you think?
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -170,13 +166,9 @@ Report and resolve issues before proceeding.
|
|||||||
|
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╱
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ★ │
|
│ ★ │
|
||||||
│ ◡ │ All revised! Ready to continue!
|
│ ◡ │ All revised! Ready to continue!
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
|
|
||||||
╔═══════════════════════════════════════════════════════════════════╗
|
╔═══════════════════════════════════════════════════════════════════╗
|
||||||
|
|||||||
@@ -204,13 +204,9 @@ Parallel Execution: [Groups or "None - sequential only"]
|
|||||||
>
|
>
|
||||||
> ```
|
> ```
|
||||||
> ⋅
|
> ⋅
|
||||||
> o o
|
|
||||||
> ╲ ╱
|
|
||||||
> ╭───╮
|
> ╭───╮
|
||||||
> │ ★ │
|
> │ ★ │
|
||||||
> │ ◡ │ Specs are ready! Time to build!
|
> │ ◡ │ Specs are ready! Time to build!
|
||||||
> ├───┤
|
|
||||||
> │ · │
|
|
||||||
> ╰───╯
|
> ╰───╯
|
||||||
> ============================================
|
> ============================================
|
||||||
> NEXT STEP: Start a NEW conversation and run:
|
> NEXT STEP: Start a NEW conversation and run:
|
||||||
|
|||||||
@@ -182,13 +182,9 @@ Sections: Summary (2-3 sentences), Tasks Completed (Y/Z + blocked list), Test Re
|
|||||||
|
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╱ ?
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ● │
|
│ ● │
|
||||||
│ ~ │ Ready for your review!
|
│ ~ │ Ready for your review!
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -207,26 +203,18 @@ On user "approved":
|
|||||||
Planny (continuing):
|
Planny (continuing):
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╱
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ★ │
|
│ ★ │
|
||||||
│ ◡ │ Phase done! Great progress!
|
│ ◡ │ Phase done! Great progress!
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
```
|
```
|
||||||
|
|
||||||
Planny (final phase):
|
Planny (final phase):
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╲ ╱ ╱
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ★ │
|
│ ★ │
|
||||||
│ ◡ │ All phases complete! Amazing work!
|
│ ◡ │ All phases complete! Amazing work!
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -181,13 +181,9 @@ If updates needed, show Planny and ask for approval:
|
|||||||
|
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╱ ?
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ● │
|
│ ● │
|
||||||
│ ~ │ Found some docs that need updating!
|
│ ~ │ Found some docs that need updating!
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -292,13 +288,9 @@ specs--completed/
|
|||||||
|
|
||||||
```
|
```
|
||||||
⋅
|
⋅
|
||||||
o o
|
|
||||||
╲ ╲ ╱ ╱
|
|
||||||
╭───╮
|
╭───╮
|
||||||
│ ★ │
|
│ ★ │
|
||||||
│ ◡ │ You did it! Feature complete!
|
│ ◡ │ You did it! Feature complete!
|
||||||
├───┤
|
|
||||||
│ · │
|
|
||||||
╰───╯
|
╰───╯
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user