explorer
01Agent Claude Code
Explore target codebases — read code, search files, understand architecture. Use when you need to deep-dive a repo's structure, find how features are implemented, or understand patterns and conventions.
Agent Claude Code
Explore target codebases — read code, search files, understand architecture. Use when you need to deep-dive a repo's structure, find how features are implemented, or understand patterns and conventions.
Agent Claude Code
Analyze specs, extract assumptions, design implementation approaches, and score confidence. Use when you need to break down a spec, identify risks, or design a phased implementation strategy.
Agent Claude Code
Web and documentation research — search docs, APIs, libraries, competitors, GitHub issues. Use when you need to find external information, prior art, or technical references.
Hook Claude Code
Runs when a session starts, running an inline shell check. From nickmisasi/planner.
Hook Claude Code
Runs when the agent finishes a response, running echo 'REMINDER: If you were working on an idea, ensure sessi. From nickmisasi/planner.
Hook Claude Code
Runs before the context is compacted, running an inline shell check. From nickmisasi/planner.
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, Stop, PreCompact).
Skill Claude CodeCodex
Continue work on an existing project or idea. Loads full context from session.md and presents a selection interface. Use when the user returns to pick up previous work.
Skill Claude CodeCodex
Produce a clean, shareable spec document from the current idea's spec. Use when the user is ready to share a spec with others.
Skill Claude CodeCodex
Convert a spec into detailed repo-local implementation plan(s) plus an idea-local orchestration plan for agent-driven development. Outputs to target repo .planning/PLAN.md file(s) and the idea's IMPLORCHESTRATIONPLAN.md. Use when a spec is ready and the user wants to move to implementation.
Skill Claude CodeCodex
Enter the structured iteration/refinement loop for a spec. Extracts assumptions, scores confidence, and drives specs from draft to ready. Use when the user wants to refine and validate a spec.
Skill Claude CodeCodex
Skill "milestone" from nickmisasi/planner, covering instructions, 1. ensure context is loaded, 2. draft the milestone summary, 3. prepare worktree closeout and 4. run the cli command.
Skill Claude CodeCodex
Add a new idea, milestone, or feature to an existing project. Asks about dependent repos and auto-creates worktrees across them. Use when the user has something new to plan within a project.
Skill Claude CodeCodex
Scaffold a new project in the planning repository. Use when the user wants to start tracking a new project.
Skill Claude CodeCodex
Conduct a focused research session to inform planning. Supports codebase analysis, web research, and product research. Use when the user needs to gather information for a project or idea.
Skill Claude CodeCodex
Set up and run a focused experiment to validate an assumption or test a theory. Use when the user needs to verify something hands-on before committing to an approach.
Skill Claude CodeCodex
Display a dashboard of all projects and their ideas with status, confidence scores, and staleness detection. Use when the user wants an overview of planning progress.
Skill Claude CodeCodex
Iterate on the planning repository itself — add skills, update templates, modify hooks, or refine CLAUDE.md. Use when the user wants to evolve the repo's own infrastructure.
Instructions file CodexOpenCode
Instructions for nickmisasi/planner, covering planning repository — agent instructions (universal), what this repository is, commands to run first, always start by reading the master index and to resume a specific project.
Instructions file
Instructions for nickmisasi/planner, covering planning repository — agent instructions, repository structure, session start protocol, available skills (slash commands) and core workflows.