agentsclimarketplace

Executing plans

Skill a-ariff/ariff-claude-plugins/plugins/executing-plans/skills/executing-plans

65 plugins that turn Claude Code into an autonomous development team. 24 agents, 34 skills, 5 hooks. Includes 12-plugin anti-hallucination suite. One-line install.

Install
npx -y skills add a-ariff/ariff-claude-plugins --skill executing-plans

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Execute implementation plans in batches with review checkpoints

SKILL.md

2.1 KB, as published. Nobody here has run it

Executing Plans

Purpose

Execute plans in controlled batches with verification gates.

"I'm using the Executing Plans skill to implement this plan."

The Process

Load Plan → Review → Execute Batch → Report → Feedback → Next Batch

Step 1: Load & Review

  1. Read the plan file
  2. Review critically - identify concerns
  3. If concerns → Raise with user before starting
  4. Create TodoWrite for all tasks

Step 2: Execute Batch

Default batch size: 3 tasks

For each task:

  1. Mark as in_progress
  2. Follow each step exactly
  3. Run verifications as specified
  4. Mark as completed

Step 3: Report

After each batch:

## Batch Complete

**Implemented:**
- Task 1: [summary]
- Task 2: [summary]
- Task 3: [summary]

**Verification:**
\`\`\`
[test output]
\`\`\`

Ready for feedback.

Step 4: Continue

Based on feedback:

  • Apply changes if needed
  • Execute next batch
  • Repeat until complete

When to STOP

🛑 Stop immediately when:

  • Hit a blocker (missing dependency, unclear instruction)
  • Test fails unexpectedly
  • Plan has gaps preventing progress
  • You don't understand something

Ask for clarification. Don't guess.

Verification Rules

Before marking ANY task complete:

  1. Run the verification command
  2. Read the FULL output
  3. Confirm it matches expectations
  4. Only THEN mark complete

No "should work" or "looks good" - actual verification output.

Batch Reporting Format

### Batch N Complete

| Task | Status | Verification |
|------|--------|--------------|
| Task X | ✅ | 12/12 tests pass |
| Task Y | ✅ | Build successful |
| Task Z | ⚠️ | Needs review |

**Next batch:** Tasks A, B, C

Continue?

Completion

After all tasks:

  1. Run full test suite
  2. Verify all requirements met
  3. Report final status
  4. Hand off to finishing-branch skill if applicable

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.