Implement Execplan

Alias of execplan-implement. Execute `.agent/execplan-pending.md` completely, then move the completed plan into `.agent/done/` with a descriptive filename.

grp06 Updated

File contents

Implement ExecPlan (Alias)

Use the same workflow as execplan-implement.

Workflow

  1. Read .agent/execplan-pending.md.
  2. Implement every step in order.
  3. Make reasonable decisions when details are ambiguous.
  4. Run relevant verification commands.
  5. Move the completed plan to .agent/done/<descriptive-name>.md.

grp06/codex-bug-hunt-skills/tree/main/skills/implement-execplan commit 1552bcc9ae

Frequently asked questions

npx skillmds@latest add grp06/implement-execplan-2