skills/plan-one-shot/SKILL.md
Create Antigravity-style implementation plans with strict review gates, line-item IDs, and no code changes until the user explicitly says Execute Plan.
npx skillsauth add ishk-sftckz/exspecso plan-one-shotInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Replicate Antigravity plan-mode behavior using three artifacts and strict review gates.
.exspecso/<plan-name>/task.md.exspecso/<plan-name>/implementation_plan.md.exspecso/<plan-name>/walkthrough.md (stub only during planning)Execute Plan.task.md order and update statuses continuously..exspecso/ history.Every file block must answer: what changes, where, and why. Nothing more.
Good:
#### [MOVE] [_features/resume/](file:///abs/path/resume/)
- From `insights/`: agents/resume-parser.ts, utils/resume.ts, service.ts
- Import paths update to `@/_features/resume`
Bad:
#### [CREATE] [_features/resume/agents/resume-parser.ts]
- Move resume parser agent from insights/agents/resume-parser.ts
- Update import from @/_features/ai/models
#### [CREATE] [_features/resume/utils/resume.ts]
- Move extractText and validateFileSize from insights/utils/resume.ts
implementation_plan.md must follow this order:
#### [MODIFY] [path/to/file.ts](file:///absolute/path/to/file.ts)#### [CREATE] [path/to/new-file.ts](file:///absolute/path/to/new-file.ts)#### [MOVE] [path/to/dest-folder/](file:///absolute/path/to/dest-folder/) for reorgs (list files inside)#### [DELETE] [path/to/old-folder/](file:///absolute/path/to/old-folder/) for removalsUse --- between major workstreams.
All artifacts for one plan must live under a single date-prefixed folder:
.exspecso/YYYY-MM-DD-<plan-name>/<plan-name> rules:
-.the, a, an, for, to, of).- and trim edges.Treat plan state as conversation-scoped first, filesystem-scoped second.
Decision: Create New Plan.exspecso/ to auto-select or continue an older plan on first invocation.2026-02-16-my-plan.exspecso/2026-02-16-my-plan/implementation_plan.mdFor every new request after an active plan session exists, decide first:
Decision: Continue Current PlanDecision: Create New PlanProvide one short reason.
Create a new plan when objective/success criteria change materially, a new subsystem is introduced, architecture shifts significantly, or planned updates would rewrite roughly more than 40% of the current plan.
If there is no active plan session in the current conversation, do not apply this gate and create a new plan instead.
# <Task Name>
## Planning
- [/] Explore codebase and identify gaps
- [/] Write implementation plan
## Execution
- [ ] <work item>
- [ ] <work item>
## Verification
- [ ] <verification item>
Rules:
[/].# <Feature Name> Walkthrough
## Status
Planning complete. Execution not started.
## Planned Scope
- <summary bullet>
## Verification Plan
- See `implementation_plan.md`.
After receiving Execute Plan:
[x].[/].[/] forward one item at a time.[/] item.[x].Plan ready for review. Awaiting plan review comments.Execute Plan received. Starting execution from task.md Execution section.development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.