peakflames/claude-plugins-peakflames

Claude Code plugins by PeakFlames — epic-workflow lifecycle skills

7Stars on the repository
21Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

add

01

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

Adds new epic(s) to the implementation plan from natural language description. Use when the user wants to add a single epic or small batch without re-running full planning. Triggers on: "add epic", "new epic", "create epic", "I need to add more work", "there's a new feature we need", "can we squeeze in", "add a…

not rated 7 yesterday A 86 tokens

discover

02

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

Adaptive discovery interview that produces product-vision.md and concept-of-operations.md. Use when starting a new project (greenfield) or evolving an existing project's direction (brownfield). Triggers on: "discover", "new project", "product vision", "concept of operations", "what should we build", "let's figure out…

not rated 7 yesterday A 103 tokens

migrate-2.5

03

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

One-shot migration from the pre-v2.5.0 implementation-plan layout (single index.md with status table) to the v2.5.0 layout (per-phase index files + per-epic status sidecars). Run once per project after upgrading to epic-workflow v2.5.0. Triggers on: "migrate to 2.5", "upgrade implementation plan", "split index"…

not rated 7 yesterday A 105 tokens

pause

04

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

Pauses current epic implementation and saves progress to a handoff file. Use when stopping mid-epic before the session ends. Triggers on: "pause epic", "stop epic", "save progress", "I need to stop for today", "save my progress", "I'm done for now", "let's pick this up later". Note: If the user says "I'm done with…

not rated 7 yesterday A 118 tokens

plan-project

05

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

Derives implementation plan (phases, epics, specs) from vision and ConOps documents. Use after /epic-workflow:discover or when the user wants to create an implementation plan from existing vision docs. Triggers on: "plan project", "create epics", "implementation plan", "derive epics", "break this into epics", "how…

not rated 7 yesterday A 103 tokens

quick-fix

06

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

Lightweight path for trivial items — bugs, copy changes, small enhancements (2 hours or less). Creates a hotfix/ branch, plans and implements the fix with applicable quality gates, and ships via prompted solo mode (local merge) or team mode (push + gh pr create). Quick-fixes are commit-level records — they do NOT get…

not rated 7 yesterday A 162 tokens

refresh-docs

07

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

Refreshes architecture.md and design-notes.md to match the as-built codebase by reading source files and session handoffs. Use after completing a phase or before a release. Triggers on: "refresh docs", "update architecture", "sync documentation", "docs are stale", "docs are out of date", "architecture doesn't match…

not rated 7 yesterday A 82 tokens

setup

08

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

Audits CLAUDE.md for required sections and stubs architecture.md and design-notes.md. Use for first-time project setup before starting epics. Triggers on: "setup project", "audit CLAUDE.md", "project setup", "prepare project for epics", "initialize project", "first time setup", "configure CLAUDE.md", "get the project…

not rated 7 yesterday C 80 tokens

start

09

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

Implements an epic — loads spec, plans, implements, and verifies against acceptance criteria. Use when the user wants to begin or resume working on a specific epic number. Triggers on: "start epic", "implement epic", "begin epic", "work on epic", "let's work on epic N", "pick up epic N", "resume epic N", "continue…

not rated 7 yesterday A 89 tokens

status

10

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

Displays a project status dashboard — epic progress, active work, stale paused epics, and next actions. Strictly read-only — does not modify any files. Triggers on: "status", "project status", "what's the progress", "how far along are we", "show me the dashboard", "where are we", "what's left to do", "epic status".

not rated 7 yesterday A 80 tokens

triage

11

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

Advisory routing for an incoming GitHub issue or ad-hoc request — sizes the request against product vision and ConOps, then recommends one of HEAVY / EPIC / TRIVIAL. On user confirm, dispatches /add or /quick-fix in-session via the Skill tool; for HEAVY outcomes, prints the commands to run in a fresh session. Writes…

not rated 7 yesterday A 162 tokens

wrapup

12

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of epic-workflow

Independent verification review of a completed epic — verifies implementation, closes out, and orients to next steps. Use after an epic is implemented and needs independent review. Triggers on: "wrapup epic", "verify epic", "review epic", "close epic", "is epic N done?", "check my work on epic N", "review what I…

not rated 7 yesterday A 129 tokens

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of peak-workflow

Derives formal Gherkin-style TOR requirements (.feature.md files) from product-vision.md and concept-of-operations.md. Main agent adopts a seasoned-PM persona to author feature files autonomously; Haiku sub-agent verifies traceability and writes .feature.tracing.json sidecars. User reviews via the docs/ branch and…

not rated 7 yesterday A 141 tokens

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of peak-workflow

One-shot migration from an epic-workflow project (v2.5.0 layout) to peak-workflow format. Derives a formal TOR requirements baseline from existing project artifacts (vision/ConOps + epic acceptance criteria), transforms Not-Started epic specs from epic-workflow format to peak-workflow format, updates all status…

not rated 7 yesterday A 190 tokens

new-project

15

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of peak-workflow

Front-door router for newcomers. Detects project state (greenfield, brownfield epic-workflow project, or existing peak-workflow project) and dispatches to the correct entry point. Writes no state files. Use when starting work on a project for the first time and you're not sure which command to run. Triggers on: "new…

not rated 7 yesterday A 121 tokens

start-epic

16

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of peak-workflow

Implements an epic — loads spec, loads TOR requirements from feature files, plans with TOR-driven user story tasks, implements, and verifies each TOR's Given/When/Then. Use when the user wants to begin or resume working on a specific epic. Triggers on: "start epic", "implement epic", "begin epic", "work on epic"…

not rated 7 yesterday A 110 tokens

wrapup-epic

17

peakflames/claude-plugins-peakflames

Skill Claude CodeCodex

Part of peak-workflow

Independent verification review of a completed epic — verifies each TOR requirement's Given/When/Then, closes out, and orients to next steps. Use after an epic is implemented and needs independent review. Triggers on: "wrapup epic", "verify epic", "review epic", "close epic", "is epic N done?", "check my work on epic…

not rated 7 yesterday A 140 tokens

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: