Planning

35,518 mods in this category, of every kind an agent can take. Each one carries what it costs per session, what the scan found, and whether it is the original.

swe-execute

3073

SNIKO/agent-skills

Skill Claude Code

Implement a spec or delivery plan by dispatching each slice to a fresh sub-agent, verifying the result, and maintaining execution state. Use when the user chooses to implement from spec.html or an optional plan.md.

not rated 2 22d ago A 50 tokens original MIT

completion-loop

3074

17-sss/agent-skills

Skill Codex

Complete approved implementation or fixes within frozen scope using risk-tiered verification, reusable evidence, and focused repair. Use $completion-loop to execute an approved plan or a clearly authorized small change; do not turn brainstorming, research, plan-only requests, or usage questions into implementation.

not rated 2 changed 5d ago A 57 tokens

wbs-generator

3075

Tano73/agent-skills

Skill Claude CodeCodex

Genera una WBS (Work Breakdown Structure) dettagliata in Markdown dai documenti DESIGN e DEVELOPER di un progetto ENGenius su DocMind. Usa questa skill ogni volta che l'utente vuole: generare una WBS di progetto IT, stimare effort e risorse (GG/u con e senza AI), creare un cronoprogramma, dimensionare il team…

not rated 2 3d ago A 221 tokens original MIT

hub-plan

3076

mdvacula/agent-kit

Skill Claude CodeCodex

Plan an OpenSpec change and sync it to the MCP Task Hub as tiered, chunked tasks. Use when the user wants to plan/queue work for the agent drain loop ("hub-plan", "sync tasks to the hub", "queue up this change"). Spec artifacts always come from the official OpenSpec (opsx) tooling — this skill layers reconciliation…

not rated 2 changed 8d ago A 88 tokens

state-machine-design

3078

definite-d/agent-skills

Skill Claude CodeCodex

Design software systems using the state machine (statechart) pattern. Use this skill whenever a user wants to model application logic, UI flows, async operations, protocols, workflows, or business processes as a state machine. Triggers include: "design a state machine", "model this as states", "create a statechart"…

not rated 2 2d ago A 173 tokens original MIT

goal-setter

3079

computerphilosopher/agent-skills

Skill Codex

Draft, critique, strengthen, and save Codex Goal specs as markdown files using a careful intent-alignment interview and evidence-backed completion criteria. Use when the user asks to write a /goal, improve a weak Goal, decide whether a Goal or normal prompt fits, prepare a Goal file for /goal @file usage, or turn…

not rated 2 3mo ago A 107 tokens

rpi

3080

firede/agent-skills

Skill Claude CodeCodex

A general workflow for research, planning, implementation, and iteration; RPI is short for those four stages. It can be used by AI agents for engineering tasks on any supported platform.

not rated 2 5mo ago A 86 tokens

writing-plans

3081

ysjai/.agent-skills

Skill Claude CodeCodex

A guide for planning software work that has several steps, dependencies, or parallel tasks. It helps organise approved designs or clear requirements into connected tasks and testing or verification steps.

not rated 2 1mo ago A 58 tokens

ralph-loop

3082

zacharygcook/agent-skills

Skill Codex

Initialize, plan, run, inspect, and review resumable Ralph-style autonomous implementation loops with sequential chunks, persistent scratchpad memory, manifests, and idempotent post-sprint hooks. Use for .ralph orchestration or similar long-running coding-agent sprint systems.

not rated 2 1mo ago A 58 tokens original MIT

Hankanman/agent-skills

Skill Claude CodeCodex

Automate GitHub Projects v2 planning from codebase analysis. Use when: (1) Need to create comprehensive project board with epics and user stories, (2) Converting codebase analysis into GitHub issues, (3) Bulk issue creation with labels and status synchronization, (4) Setting up kanban board with proper organization.…

not rated 2 7mo ago A 98 tokens

living-plan

3084

eristoddle/agent-skills

Skill Claude CodeCodex

Manage the lifecycle of a project's planning docs (PLAN.md + TASKS.md + an implementer agent). Detects project state and routes to one of five actions — GRILL the user round-by-round to generate the decision record itself (a design-tree interview; the only action that creates material instead of reshaping it)…

not rated 2 20d ago A 279 tokens original MIT

forge

3085

alphabetc1/agent-skills

Skill Codex

Explicit-invocation-only five-stage workflow for coding tasks. Use this skill only when the user explicitly invokes forge or $forge and wants a request turned into prompt.md, research.md, plan.md, implementation, review.md, and stage commits; do not trigger it from task shape alone.

not rated 2 6mo ago A 67 tokens original Apache-2.0

Yedidyar/agent-skills

Skill Claude CodeCodex

Walk through pull request review comments one at a time with the user before making or resolving changes. Uses one orchestrator agent that spawns a fresh subagent per comment with isolated context. Presents click-to-choose polls (AskQuestion) at every decision point so the user picks an approach instead of typing. Two…

not rated 2 1mo ago A 185 tokens

YECL-dev

3087

yecllsl/trae-agent-skills

Agent Claude Code

Automated Developer agent for implementing features based on PRD, architecture, and sprint plan.

not rated 2 1mo ago A 21 tokens original MIT

implementation-plan

3088

darrencroton/ai-agent-coder

Skill Claude CodeCodex

Create a narrow, auditable implementation plan with frozen acceptance slices. Use only when the user explicitly asks for this skill, an implementation plan, or a plan-first workflow before coding.

not rated 2 2d ago A 39 tokens original MIT

planner

3089

mnavarrocarter/pi-agent-stuff

Agent Claude Code

Read-only context-gathering planner. Discovers the codebase, asks clarifying questions, proposes an implementation plan, and iterates until the user approves.

not rated 2 2mo ago A 34 tokens

gauntlet

3090

danecwalker/agentskills

Skill Codex

Run a Gauntlet Loop on a goal: split work into independent pieces, fan out builder + fresh-context critic pairs, score each piece out of 10 against a concrete bar (reference and/or acceptance criteria), and keep looping until every critical piece is 10/10 or the user stops. Use when the user runs /gauntlet, or says…

not rated 2 21d ago A 120 tokens original MIT

atelier-orchestrator

3091

siarhei-belavus/agent-public

Skill Claude CodeCodex

Orchestrate the full atelier workflow in one task window using pi teams runtime teams plus predefined agents, spawning right-side worker panes only when a phase is active and routing review loops until acceptance while preserving planner/implementer live context. Use when running…

not rated 2 3mo ago A 86 tokens original MIT

agents-and-skills

3092

dremonkey/agents-and-skills

Plugin Claude Code

Bundles 8 skills · 586 tokens together

Agent definitions and skill prompts for Claude Code covering requirement-doc planning, technical-spec planning, architecture drafting, execution planning, and end-to-end initiative planning orchestration.

not rated 2 1mo ago A tokens not measured original MIT

fikrilal/engineering-agent-skills

Skill Claude CodeCodex

Create or revise an engineering proposal from a technical discussion and repository evidence. Use when the user asks to formalize a feature, refactor, architecture direction, platform integration, migration, or other non-trivial change before implementation. Produces a repository-specific proposal rather than filling…

not rated 2 1mo ago A 71 tokens original MIT

detect-xy

3094

dalpat/agent-og-skills

Skill Claude CodeCodex

Detect when the user is asking about their attempted solution (Y) instead of their actual problem (X). Use when the user presents a specific approach, asks how to implement a particular technique, or seems stuck on a path that feels forced or indirect.

not rated 2 2mo ago A 54 tokens

build-plan-product

3095

bguiz/build-agent-skills

Skill Claude CodeCodex

Start from a high-level idea, and systematically turn that into a detailed product description.

not rated 2 19d ago A 21 tokens

bachkukkik/opencode-plan-build-orchestrator

Skill Claude CodeCodex

End-to-end 6-phase pipeline (problem -> fix+verify -> docs sync -> knowledge graph -> commit+PR -> issue triage) alternating plan and build modes. Works harness-natively (Claude Code, Hermes, opencode TUI) or delegates to opencode CLI / Claude Code CLI / Hermes delegatetask waves. Applies karpathy-guidelines…

not rated 2 1mo ago A 83 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: