Plugin Claude Code
Plugin marketplace listing 7 plugins: chronicler, mercator-ai, neo-research, code-simplifier-tldr, interactive-planning.
Plugin Claude Code
Plugin marketplace listing 7 plugins: chronicler, mercator-ai, neo-research, code-simplifier-tldr, interactive-planning.
Skill Claude CodeCodex
Automated plan execution pipeline. Use when running /orchestrate on an /interactive-planning output. Handles plan ingestion, review, skill matching, tech research, user gating, and phased execution with worktree isolation, testing, code review, and incremental commits.
Skill Claude CodeCodex
Release a shihwesley plugin with semver versioning, conventional commit parsing, changelog generation, and GitHub Release creation. Use when user says /release, wants to tag a new version, publish a release, bump version, or create a changelog. Supports patch/minor/major and --dry-run.
Skill Claude CodeCodex
Skill "your-skill-name" from shihwesley/shihwesley-plugins, covering your skill name, instructions, step 1: [first major step], step 2: [second major step] and step 3: [continue as needed].
Skill Claude CodeCodex
Navigation protocol template for skill graphs. Copy and adapt per domain to teach agents how to efficiently traverse MOC hierarchies. Agent-only — not user-invocable. Use when building a new skill graph that needs a traversal protocol.
shihwesley/interactive-planning
Plugin Claude Code
Structured planning for Claude Code with interactive decision gates. Walks through requirements gathering, approach selection, and plan validation before any code is written. Two modes: task-based (single plan file with sequential phases) for straightforward features, and spec-driven (multi-file specs with dependency…
shihwesley/interactive-planning
Instructions file
Claude Code instructions for shihwesley/interactive-planning, covering claude.md and codebase overview.
shihwesley/interactive-planning
Agent
Use this agent when the user's request involves a complex, multi-step task that would benefit from structured planning before jumping into implementation. The agent checks if planning files already exist and suggests using /interactive-planning if they don't. user: "Add a notification system with email, push, and…
shihwesley/interactive-planning
Command
File-based planning with interactive gates + native task tracking. Supports task-based (single plan file) and spec-driven (multi-file specs with manifest) modes. Phase/Sprint/Spec hierarchy with dependency DAG.
shihwesley/interactive-planning
Hook
Runs when a session starts, executing detect-planning-files.sh via bash. From shihwesley/interactive-planning.
shihwesley/interactive-planning
Skill Claude CodeCodex
File-based planning with interactive gates and native task tracking. Use when user says /plan, needs to break a complex feature into phases, or wants structured implementation planning with user approval at key decision points. Supports task mode (single plan file) and spec mode (multi-file architecture).