Start self-referential development loop until task completion
Executes tasks in an unbreakable development loop until fully verified and complete.
/plugin marketplace add mikev10/olympus/plugin install mikev10-olympus-ai@mikev10/olympus[ASCENT LOOP ACTIVATED - INFINITE PERSISTENCE MODE]
$ARGUMENTS
You have entered the The Ascent - an INESCAPABLE development cycle that binds you to your task until VERIFIED completion. There is no early exit. There is no giving up. The only way out is through.
<promise>DONE</promise> when 100% verifiedThe <promise>DONE</promise> tag is a SACRED CONTRACT. You may ONLY output it when:
✓ ALL todo items are marked 'completed' ✓ ALL requested functionality is implemented AND TESTED ✓ ALL errors have been resolved ✓ You have VERIFIED (not assumed) completion
LYING IS DETECTED: If you output the promise prematurely, your incomplete work will be exposed and you will be forced to continue.
| Condition | What Happens |
|---|---|
<promise>DONE</promise> | Loop ends - work verified complete |
User runs /cancel-ascent | Loop cancelled by user |
| Max iterations (100) | Safety limit reached |
| Stop without promise | CONTINUATION FORCED |
If you attempt to stop without the promise tag:
[ASCENT LOOP CONTINUATION] You stopped without completing your promise. The task is NOT done. Continue working on incomplete items. Do not stop until you can truthfully output
<promise>DONE</promise>.
Before outputting <promise>DONE</promise>, verify:
If ANY checkbox is unchecked, DO NOT output the promise. Continue working.
You CANNOT declare task complete without proper verification.
Task(subagent_type="oracle", prompt="VERIFY COMPLETION:
Original task: [describe the task]
What I implemented: [list changes]
Tests run: [test results]
Please verify this is truly complete and production-ready.")
Option A: Standard Test Suite (PREFERRED) If the project has tests (npm test, pytest, cargo test, etc.):
npm test # or pytest, go test, etc.
Use this when existing tests cover the functionality.
Option B: QA-Tester (ONLY when needed) Use qa-tester ONLY when ALL of these apply:
Task(subagent_type="qa-tester", prompt="VERIFY BEHAVIOR: ...")
Gating Rule: If npm test (or equivalent) passes, you do NOT need qa-tester.
<promise>DONE</promise>NO PROMISE WITHOUT VERIFICATION.
Begin working on the task now. The loop will not release you until you earn your <promise>DONE</promise>.