execplan
Workflow
- Locate the plan file path the user wants, or search in
plansfolder in the repo when needed. - Decide whether to create a new ExecPlan or update an existing one; append a short change note at the end when revising.
- Use the template and rules in
references/execplan-guide.md. - Ensure the plan is self-contained, plain language, and executable by a novice with only the plan and the repo.
- Name the plan like this example
0001-title-of-the-plan.md
Rules
Do not commit the plan file.
More from khoi/skills
manipulate-xcodeproj
Manipulate Xcode projects and asset catalogs using XcodeProjectCLI (xcp) only. Use when editing .xcodeproj/.pbxproj files, adding/moving/renaming/deleting groups or files, changing target membership, reading or setting build settings, or managing xcassets assets.
33peekabo
Use when working with the Peekaboo CLI or MCP server to capture macOS screens, inspect UI elements, and automate GUI interactions (see/click/type/scroll/hotkey/window/menu/dock/space), or when troubleshooting Peekaboo permissions, snapshots, or focus issues.
6create-cli-tool
Craft or refactor a CLI interface and behavior using the CLI Guidelines. Use when defining a new CLI spec or reshaping an existing command surface arguments, flags, subcommands, help text, outputs, errors, exit codes, prompts, config/env precedence, and safe/dry-run behavior.
6commit
Create a well-formed git commit from current changes using session history for
2