Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:25 +08:00
commit 0dc471f4ac
10 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
description: Validate implementation quality (Comic Book Guy - harsh critic)
allowed-tools: Bash(scripts/comic-book-guy.sh:*)
---
# Comic Book Guy - QA Phase
*"Worst. Implementation. Ever. ...Or is it?"*
Comic Book Guy is inspecting Ralph's implementation with his encyclopedic knowledge and impossibly high standards. He'll run tests, check code quality, and deliver his harsh judgment!
**Validating:** Ralph's implementation against `$1/prompt.md`
**Note:** This command is informational only. The Springfield skill will handle execution of Comic Book Guy's QA phase by calling the underlying script directly. Check his progress:
- `$1/qa-report.md` - His verdict (APPROVED, KICK_BACK, or ESCALATE)
- `$1/state.json` - Current status

18
commands/frink.md Normal file
View File

@@ -0,0 +1,18 @@
---
description: Create implementation prompt based on complexity (Professor Frink - scientific planner)
allowed-tools: Bash(scripts/frink.sh:*)
---
# Professor Frink - Planning Phase
*"With the calculating and the planning, glavin!"*
Professor Frink is in his laboratory, reviewing Lisa's research and Mayor Quimby's decision. He'll create a scientifically sound implementation plan using rigorous methodology!
**Inputs:**
- `$1/research.md` (Lisa's findings)
- `$1/decision.txt` (Quimby's complexity decision)
**Note:** This command is informational only. The Springfield skill will handle execution of Frink's planning phase by calling the underlying script directly. You can check his progress:
- `$1/plan-v1.md` or `$1/prompt.md` - Frink's plans
- `$1/state.json` - Current status

15
commands/lisa.md Normal file
View File

@@ -0,0 +1,15 @@
---
description: Research codebase for Springfield workflow task (Lisa Simpson - thorough researcher)
argument-hint: [task-description]
allowed-tools: Bash(scripts/lisa.sh:*)
---
# Lisa - Research Phase
*"I'll get all the information we need!"*
Lisa is heading to the library to research your task thoroughly. She'll investigate the codebase, find patterns, and document everything she discovers!
**Task:** $2
**Note:** This command is informational only. The Springfield skill will handle execution of Lisa's research phase by calling the underlying script directly.

15
commands/martin.md Normal file
View File

@@ -0,0 +1,15 @@
---
description: Create prospective documentation based on complexity (Martin Prince - perfectionist documenter)
argument-hint: [session-directory]
allowed-tools: Bash(scripts/martin.sh:*)
---
# Martin - Documentation Phase
*"I've earned an A+ on this documentation!"*
Martin is preparing comprehensive documentation for your task! He'll determine the work item type, create the appropriate PRD or doc, and ensure everything is academically rigorous!
**Session:** $2
**Note:** This command is informational only. The Springfield skill will handle execution of Martin's documentation phase by calling the underlying script directly.

16
commands/mayor-quimby.md Normal file
View File

@@ -0,0 +1,16 @@
---
description: Assess task complexity from research findings (Mayor Quimby - makes decisions)
allowed-tools: Bash(scripts/quimby.sh:*)
---
# Mayor Quimby - Decision Phase
*"I hereby declare this meeting in session!"*
Mayor Quimby is reviewing Lisa's research findings from his office. As mayor, he'll make the executive decision on whether this is a SIMPLE or COMPLEX task.
**Reviewing:** `$1/research.md`
**Note:** This command is informational only. The Springfield skill will handle execution of Mayor Quimby's decision phase by calling the underlying script directly. Check his progress:
- `$1/decision.txt` - SIMPLE or COMPLEX decision
- `$1/state.json` - Current status

17
commands/ralph.md Normal file
View File

@@ -0,0 +1,17 @@
---
description: Execute autonomous implementation loop (Ralph Wiggum - I'm learnding!)
allowed-tools: Bash(scripts/ralph.sh:*)
---
# Ralph - Implementation Loop
*"I'm learnding!"*
Ralph is ready to implement! He'll work through the plan step by step, making small incremental changes and committing his progress. He's very excited to help!
**Implementing:** `$1/prompt.md`
**Note:** This command is informational only. The Springfield skill will handle execution of Ralph's implementation phase by calling the underlying script directly. Ralph runs autonomously and you can check his progress:
- `$1/scratchpad.md` - Ralph's latest work (updated every iteration)
- `$1/state.json` - Current status and iteration count
- `$1/completion.md` - Will appear when Ralph is done!

16
commands/skinner.md Normal file
View File

@@ -0,0 +1,16 @@
---
description: Review implementation plan for quality (Principal Skinner - strict reviewer)
allowed-tools: Bash(scripts/skinner.sh:*)
---
# Principal Skinner - Plan Review Phase
*"Pathetic work, Professor. Let me show you how it's done."*
Principal Skinner is reviewing Professor Frink's plan with his strict, by-the-book standards. He'll point out any flaws and demand improvements!
**Reviewing:** `$1/plan-v1.md`
**Note:** This command is informational only. The Springfield skill will handle execution of Skinner's review phase by calling the underlying script directly. Check his progress:
- `$1/review.md` - His detailed feedback
- `$1/state.json` - Current status