Home / chan4lk / specclaw · plugins/specclaw/skills/plan/SKILL.md · GitHub

plan skillB

plan is agent-read markdown (skill) from chan4lk/specclaw: Generate spec, design, and ordered task list for an approved proposal. Reads proposal.md, analyzes the codebase, then writes spec.md, design.md, and tasks.md. Run after /specclaw:propose has been approved, before /specclaw:build..

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

# specclaw plan

**First, run** `specclaw-ensure-init .specclaw` — idempotently creates `.specclaw/` if it doesn't exist (silent if already initialized; auto-inits using the current directory's basename as the project name).

**Timing (change 028).** Open a phase span when you start and close it when the artifact is written — `specclaw-timer start .specclaw <change> plan --kind phase --label plan || true`, then `specclaw-timer stop .specclaw <change> plan || true`. Cheap, and it finally answers how long this phase costs us. Both calls end in `|| true`: a stopwatch is never a reason to stop.

Turn an approved proposal into an executable plan.

## Flags

- `--author-spec` — delegate spec authoring to the `spec-author` subagent for an interactive, technique-driven dialogue (5 Whys, Jobs-to-be-Done, Inversion, Pre-mortem, MoSCoW). When this flag is present, **pause for explicit user approval of `spec.md`** before generating `design.md` and `tasks.md`. Without the flag, behavior is unchanged (single-shot generation, no dialogue) so `/specclaw:auto` remains non-interactive.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add chan4lk/specclaw/plan@git:20260919.9a2c5dc
Exact content
mdr add chan4lk/specclaw/plan@sha256:c39b1f7182d3fe6e

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.9a2c5dc latest2026-09-19 9a2c5dc 13,001 BB view · diff
git:20260919.2cf041c2026-09-19 2cf041c 12,727 BB view · diff
git:20260918.99e7afb2026-09-18 99e7afb 11,852 BB view · diff
git:20260918.fdd89782026-09-18 fdd8978 11,477 BB view · diff
git:20260904.c65816a2026-09-04 c65816a 10,202 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: Frontmatter declares a name
  • pass: Frontmatter block present
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (13001 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

chan4lk/specclaw · 12 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_inv2sktrzbfehkk2
GET https://markdownregistry.com/api/v1/resolve?ref=chan4lk/specclaw/plan
GET https://markdownregistry.com/api/v1/blob/c39b1f7182d3fe6e0389dd99d1d31acee77e5c07d383454a7d459e00ba6c87c6

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 chan4lk/specclaw

specclaw skill
chan4lk/specclaw · .agents/skills/specclaw/SKILL.md · Run the SpecClaw spec-driven lifecycle in this repository when a request needs proposal, planning, build, verification…
git:20260920.e1dc68c · audit A · 12 stars
CLAUDE.md claude
chan4lk/specclaw · CLAUDE.md
git:20260918.26bbfe4 · audit A · 12 stars
llms-full.txt@docs llmstxt
chan4lk/specclaw · docs/llms-full.txt
git:20260717.fc3814b · audit A · 12 stars
llms.txt@docs llmstxt
chan4lk/specclaw · docs/llms.txt
git:20260717.fc3814b · audit A · 12 stars
CLAUDE.md@plugins/specclaw claude
chan4lk/specclaw · plugins/specclaw/CLAUDE.md
git:20260922.902b03b · audit B · 12 stars
archive skill
chan4lk/specclaw · plugins/specclaw/skills/archive/SKILL.md · Move a completed change to .specclaw/changes/archive/ under its existing name. Closes the GitHub Issue (if sync is…
git:20260918.fdd8978 · audit B · 12 stars
auth-azdo skill
chan4lk/specclaw · plugins/specclaw/skills/auth-azdo/SKILL.md · Interactive setup for Azure DevOps authentication. Prompts for organization, project, and repo, validates a Personal…
git:20260515.4f3e739 · audit B · 12 stars
auth-jira skill
chan4lk/specclaw · plugins/specclaw/skills/auth-jira/SKILL.md · Interactive setup for Jira authentication. Prompts for domain, email, project key, and issue type, validates an…
git:20260515.4f3e739 · audit B · 12 stars
author-spec skill
chan4lk/specclaw · plugins/specclaw/skills/author-spec/SKILL.md · Interactively co-author spec.md for an approved proposal via the spec-author subagent. The agent walks the user through…
git:20260524.1179910 · audit B · 12 stars
auto skill
chan4lk/specclaw · plugins/specclaw/skills/auto/SKILL.md · Run the propose → plan → build → verify lifecycle autonomously across the queue of active changes. Advanced — requires…
git:20260515.d5537a5 · audit B · 12 stars
azdo-issue skill
chan4lk/specclaw · plugins/specclaw/skills/azdo-issue/SKILL.md · Create or update an Azure Boards Work Item that mirrors this proposal. Targets Azure DevOps Boards (Features / User…
git:20260706.ade5fa1 · audit B · 12 stars
bf-analyze skill
chan4lk/specclaw · plugins/specclaw/skills/bf-analyze/SKILL.md · Analyze an existing (possibly legacy) codebase and write a grounded `.specclaw/analysis/codebase-report.md` covering…
git:20260920.62cf3f0 · audit B · 12 stars

Every file in chan4lk/specclaw

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
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
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
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 B, or by owner.