Home / nytc69 / review-loop · skills/plan/SKILL.md · GitHub

plan skillA

plan is agent-read markdown (skill) from nytc69/review-loop: Run the planning phase only: drive a work item from raw description to a reviewer-approved plan in `.review-loop/sessions/{uuid}.md`, then exit with a hint to resume via `review-loop:execute --session UUID`. Use when you want plan-only iteration without immediately entering execution..

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

# plan — claude orchestration

Read `docs/protocol/loading.md`, then run:

```bash
python3 <support-root>/scripts/read_protocol.py --runtime claude --stage entry-plan
```

Resolve <support-root> to this plugin/repository, not the task workspace.
Keep cwd in the user's workspace. Read the complete emitted text before acting.
`docs/protocol/loading.json` is the action/prerequisite map for both runtimes.

Run session-init, then planning → planning-review until a valid APPROVE. Promote Draft Plan and exit with the existing session hand-off hint. Never enter implementation from this skill.

Before initialization load `session-init` AND `plan-init`; before a resume
load `resume` AND `plan-init`. Before any work-agent dispatch load the
matching `planning` or `execution` bundle; before review load
`planning-review` or `execution-review`. On planning approval, only the plan-only entry loads `plan-exit`.
The umbrella retains its session/lock and continues directly into execution.
Before a stage transition, retry,
stop or error exit, load its applicable bundle per `loading.md`.
Use `parallel-review` only in the Codex orchestrator for N>1 Claude-CLI
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nytc69/review-loop/plan@git:20260916.8dd269c
Exact content
mdr add nytc69/review-loop/plan@sha256:3cef4756cfc1d728

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_3kauwt6xtr4usrdk.svg)](https://markdownregistry.com/a/art_3kauwt6xtr4usrdk)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260916.8dd269c latest2026-09-16 8dd269c 2,726 BA view · diff
git:20260916.cadb06c2026-09-16 cadb06c 12,444 BA view · diff
git:20260507.6c0dfd72026-05-07 6c0dfd7 10,375 BA view · diff
git:20260506.164898d2026-05-06 164898d 10,225 BA view · diff
git:20260429.76163132026-04-29 7616313 10,166 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 (2726 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

nytc69/review-loop · 3 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_3kauwt6xtr4usrdk
GET https://markdownregistry.com/api/v1/resolve?ref=nytc69/review-loop/plan
GET https://markdownregistry.com/api/v1/blob/3cef4756cfc1d728f211143dd0db690bc0fd079a35741d87b7ba61d8c5cf2b37

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 nytc69/review-loop

execute skill
nytc69/review-loop · .agents/skills/execute/SKILL.md · Codex Stage 1 execute skill. Run the execution + quality polish + delivery stages of review-loop against one of three…
git:20260919.2175063 · audit A · 3 stars
guide skill
nytc69/review-loop · .agents/skills/guide/SKILL.md · Codex Stage 1 guide for review-loop and the shared Claude/Codex state model.
git:20260916.8dd269c · audit A · 3 stars
plan skill
nytc69/review-loop · .agents/skills/plan/SKILL.md · Codex Stage 1 planning-only skill. Drives a work item from raw description to a reviewer-approved plan in…
git:20260919.2175063 · audit A · 3 stars
review-loop skill
nytc69/review-loop · .agents/skills/review-loop/SKILL.md · Codex-native Stage 1 review-loop skill. Orchestrates planning and execution with a Codex Executor and Claude/Codex…
git:20260919.2175063 · audit A · 3 stars
CLAUDE.md claude
nytc69/review-loop · CLAUDE.md
git:20260919.2175063 · audit A · 3 stars
DESIGN.md design
nytc69/review-loop · DESIGN.md
git:20260419.3b9deb7 · audit A · 3 stars
code-quality-loop skill
nytc69/review-loop · skills/code-quality-loop/SKILL.md · Iterative review-fix loop: reviews code, auto-fixes issues, repeats until clean or stuck. Finishes with reorganize (for…
git:20260919.2cc1340 · audit A · 3 stars
execute skill
nytc69/review-loop · skills/execute/SKILL.md · Run the execution + quality polish + delivery stages of review-loop against one of three entry modes: resume an…
git:20260916.8dd269c · audit A · 3 stars
guide skill
nytc69/review-loop · skills/guide/SKILL.md · Show review-loop usage guide: how it works, commands, configuration, and key features. Use when the user asks for help…
git:20260916.8dd269c · audit A · 3 stars
reorganize skill
nytc69/review-loop · skills/reorganize/SKILL.md · Reorganize code file structure: rearrange modules, extract reuse, remove redundancy, add section comments. Preserves…
git:20260402.b86bf98 · audit A · 3 stars
review-loop skill
nytc69/review-loop · skills/review-loop/SKILL.md · Automates a Plan-Execute-Review workflow with built-in iteration loops. An Orchestrator coordinates an Executor…
git:20260916.8dd269c · audit A · 3 stars
review-pr skill
nytc69/review-loop · skills/review-pr/SKILL.md · Comprehensive code review using specialized agents. Each agent focuses on a different quality aspect (code, errors…
git:20260919.2cc1340 · audit A · 3 stars

Every file in nytc69/review-loop

Other files named plan

plan skill
jeremylongshore/tons-of-skills-marketplace · plugins/ai-agency/hyperflow/skills/plan/SKILL.md · Use when a request needs shaping before any code is written — a rough or vague prompt to sharpen, an ambiguous idea to…
v2.0.1 · audit A · 2,786 stars
plan skill
mateaix/mateclaw · mateclaw-server/src/main/resources/skills/plan/SKILL.md · Plan mode: write markdown plan to .mateclaw/plans/, no exec.
v1.0.0 · audit A · 1,127 stars
plan skill
suboss87/fdeops · skills/plan/SKILL.md · Sequence an understood outcome into verifiable delivery slices with dependencies, ownership and acceptance checks. Use…
git:20260917.a9ffb90 · audit A · 891 stars
plan skill
oliver-kriska/claude-elixir-phoenix · plugins/elixir-phoenix/skills/plan/SKILL.md · Plan features spanning multiple domains: billing (Stripe), auth (RBAC), real-time (Presence), webhooks, jobs (Oban)…
git:20260725.7df3e51 · audit A · 555 stars
plan skill
dcouple/pane · .codex/skills/plan/SKILL.md · Create a detailed implementation plan for a feature or significant change, grounded in codebase research and external…
git:20260422.d71693a · audit A · 483 stars
plan skill
greenfield-inc/pane · .codex/skills/plan/SKILL.md · Creates a reconciled implementation plan by combining a structured plan draft with a normalized intent brief and a…
git:20260425.a0c906f · audit A · 483 stars
plan skill
boshu2/agentops · skills/plan/SKILL.md · Define intended behavior, review write scope and assess reversible decisions. Use when: discovery needs clarification…
git:20260922.fdf7de6 · audit A · 445 stars
plan skill
boshu2/agentops · skills-codex/plan/SKILL.md · Define intended behavior, review write scope and assess reversible decisions. Use when: discovery needs clarification…
git:20260922.fdf7de6 · audit A · 445 stars

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