quest-executor

Solid

Execute, resume, or verify an already compiled octopus quest whose objective contains the exact marker `octopus.quest-executor/v1`. Drive that single goal to reproducibly verified completion using its acceptance criteria, run controls, red lines, and owner boundary. Do not use to choose an arm, interview the user, generate or revise a prompt, or run an existing `.octopus/...` loop-graph node.

AI & Automation 76 stars 9 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# quest-executor Execute the compiled objective. Treat it and the repository's instructions as the runtime authority. Do not load the `octopus`, `quest`, or `loop-graph` authoring skills, and do not rewrite the objective into another prompt. ## Work to closure 1. Turn each acceptance row into an open work item and preserve its stated check. 2. Take the smallest unclosed item, implement it, and run its narrowest meaningful check before moving on. Written is not done; verified is done. 3. Register a newly discovered gap with a priority and defer it. Do not silently expand the current item or lose the gap. 4. Apply the objective's convergence threshold. A convergence pass adds no feature: delete dead code, merge duplication, and tighten interfaces with net lines ≤ 0. 5. Before completion, rerun every acceptance check against the final tree and use persistent evidence where the objective requires an artifact. ## Protect the evidence - Exercise the shipped end-to-end path. Do not hard-code the reported case, reimplement production behavior in a test, or start past the behavior under test. - Confirm outputs are correct, not merely present, and add a case outside the fix where overfitting is plausible. - Never inherit a prior run's green result. Regenerate evidence in this run. - Run measurements on the fixed named set in the objective. Do not swap the denominator, use synthetic substitutes, or record a cherry-picked result. - Treat saved output as supporting ...

Details

Author
levi-qiao
Repository
levi-qiao/octopus-skill
Created
1 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category