Home / chinkan / rustfox · .agents/skills/executing-plans/SKILL.md · GitHub

executing-plans skillA

executing-plans is agent-read markdown (skill) from chinkan/rustfox: Use when you have a written implementation plan to execute in a separate session with review checkpoints.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Executing Plans

## Overview

Load plan, review critically, execute all tasks, report when complete.

**Announce at start:** "I'm using the executing-plans skill to implement this plan."

**Note:** Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill.

## The Process

### Step 1: Load and Review Plan
1. Read plan file
2. Review critically - identify any questions or concerns about the plan
3. If concerns: Raise them with your human partner before starting
4. If no concerns: Create TodoWrite and proceed

### Step 2: Execute Tasks

For each task:
1. Mark as in_progress
2. Follow each step exactly (plan has bite-sized steps)
3. Run verifications as specified
4. Mark as completed

### Step 3: Complete Development

After all tasks complete and verified:
- Announce: "I'm using the finishing-a-development-branch skill to complete this work."
- **REQUIRED SUB-SKILL:** Use superpowers:finishing-a-development-branch
…

Read the whole file at its exact version.

How to install

Latest version
mdr add chinkan/rustfox/executing-plans@git:20260408.ae338c2
Exact content
mdr add chinkan/rustfox/executing-plans@sha256:a711f83fb762e2ea

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_pdkcm33hnnt4m5vj.svg)](https://markdownregistry.com/a/art_pdkcm33hnnt4m5vj)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260408.ae338c2 latest2026-04-08 ae338c2 2,459 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2459 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

chinkan/rustfox · 9 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_pdkcm33hnnt4m5vj
GET https://markdownregistry.com/api/v1/resolve?ref=chinkan/rustfox/executing-plans
GET https://markdownregistry.com/api/v1/blob/a711f83fb762e2ea0fa151f598893da9911a408895c91cc7a7e0770dd59a27b3

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from chinkan/rustfox

ask-matt skill
chinkan/rustfox · .agents/skills/ask-matt/SKILL.md · Ask which skill or flow fits your situation. A router over the skills in this repo.
git:20260922.53f91f6 · audit A · 9 stars
brainstorming skill
chinkan/rustfox · .agents/skills/brainstorming/SKILL.md · You MUST use this before any creative work - creating features, building components, adding functionality, or modifying…
git:20260408.ae338c2 · audit A · 9 stars
cavecrew skill
chinkan/rustfox · .agents/skills/cavecrew/SKILL.md · Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn `cavecrew-investigator`…
git:20260804.a62331b · audit A · 9 stars
caveman-commit skill
chinkan/rustfox · .agents/skills/caveman-commit/SKILL.md · Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning…
git:20260804.0abefec · audit A · 9 stars
caveman-compress skill
chinkan/rustfox · .agents/skills/caveman-compress/SKILL.md · Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens…
git:20260804.0abefec · audit A · 9 stars
caveman-help skill
chinkan/rustfox · .agents/skills/caveman-help/SKILL.md · Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger…
git:20260804.0abefec · audit A · 9 stars
caveman-review skill
chinkan/rustfox · .agents/skills/caveman-review/SKILL.md · Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment…
git:20260804.0abefec · audit A · 9 stars
caveman-stats skill
chinkan/rustfox · .agents/skills/caveman-stats/SKILL.md · Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log —…
git:20260804.0abefec · audit A · 9 stars
caveman skill
chinkan/rustfox · .agents/skills/caveman/SKILL.md · Ultra-compressed communication mode. Cuts output tokens 65% (measured) by speaking like caveman while keeping full…
git:20260804.0abefec · audit A · 9 stars
code-review skill
chinkan/rustfox · .agents/skills/code-review/SKILL.md · Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code…
git:20260922.53f91f6 · audit A · 9 stars
codebase-design skill
chinkan/rustfox · .agents/skills/codebase-design/SKILL.md · Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find…
git:20260922.53f91f6 · audit A · 9 stars
design-an-interface skill
chinkan/rustfox · .agents/skills/design-an-interface/SKILL.md · Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to…
git:20260714.d9bd5ab · audit A · 9 stars

Every file in chinkan/rustfox

Other files named executing-plans

executing-plans skill
obra/superpowers · skills/executing-plans/SKILL.md · Use when executing an implementation plan in the current session as the implementer yourself — your human partner chose…
git:20260919.5bf4e78 · audit A · 291,204 stars
executing-plans skill
jnmetacode/superpowers-zh · skills/executing-plans/SKILL.md · 当你有一份书面实现计划需要在单独的会话中执行,并设有审查检查点时使用
v1.0.0 · audit A · 8,203 stars
executing-plans skill
a5c-ai/babysitter · library/methodologies/superpowers/skills/executing-plans/SKILL.md · Use when you have a written implementation plan to execute in a separate session with review checkpoints between…
git:20260601.da7723a · audit A · 1,809 stars
executing-plans skill
ganyuanran/aegis · skills/executing-plans/SKILL.md · Use when executing a written implementation plan across sessions or with review checkpoints. Small or single-slice…
git:20260828.f7ae3a7 · audit A · 1,280 stars
executing-plans skill
coco-research/coco · skills/executing-plans/SKILL.md · Use when you have a written implementation plan to execute in a separate session with review checkpoints
git:20260802.1479e32 · audit A · 478 stars
executing-plans skill
jamditis/claude-skills-journalism · superjawn/skills/executing-plans/SKILL.md · Use when you have a written implementation plan to execute in a separate session with review checkpoints
git:20260818.3e0e3a8 · audit A · 401 stars
executing-plans skill
dev-toolings/superpowers-symfony · content/skills/executing-plans/SKILL.md · Methodically execute implementation plans with a TDD approach, incremental commits, and continuous validation
git:20260917.3d83f4c · audit A · 216 stars
executing-plans skill
arbiterforge/codearbiter · core/surface/skills/executing-plans/SKILL.md · The checkpoint coordinator for /feature. Routed to by /feature once a writing-plans plan exists. Uses authored HTML…
git:20260924.cf90ce4 · audit A · 145 stars

Browse by kind, by grade A, or by owner.