Skill Claude CodeCodex
Composable GitHub issue/milestone tracking operations. Called by other skills — not invoked directly by the user.
Skill Claude CodeCodex
Composable GitHub issue/milestone tracking operations. Called by other skills — not invoked directly by the user.
Skill Claude CodeCodex
Composable operation that harvests inline manual-test findings from an epic's test plan, captures them to the backlog, and turns in-scope ones into a remediation story. Called at the manual-test-pass boundary by /epic-flywheel and /retrospective. Directly invocable as /harvest-findings {N}.
Skill Claude CodeCodex
Recursive decision loop for ideation and planning — brainstorm a vague idea, pressure-test a formed one, or work down the open questions in the decision log until the way is clear. Use when the user has an idea (vague or formed), wants to brainstorm, stress-test, "forge", or "pressure-test" an idea, wants to plan a…
Skill Claude CodeCodex
Forensic investigation of a bug, incident, or unfamiliar code area. Use when the user says "investigate", "debug", "trace this bug", or "help me understand this area before I work on it".
Skill Claude CodeCodex
Detect where the project is in the leanwheel lifecycle and recommend the single next command — the answer to "what do I run now?" at any point from empty folder to post-MVP. Use when the user says "next", "what's next", "what now", "what should I run", "where am I", or opens a session unsure how to continue.
Skill Claude CodeCodex
Create, update, or validate a PRD. Use when the user wants to produce, edit, or check a PRD.
Skill Claude CodeCodex
Help the user arrive at a formed product idea (brainstorm if needed) and distill it into docs/project/brief.md — the upstream input /prd reads. Use when the user has a vague idea, wants to brainstorm, or wants to write a product brief before starting a PRD.
Skill Claude CodeCodex
Implement a one-off feature, bugfix, or change without the full epic/story workflow. Keeps docs/prd.md and docs/architecture.md current. Use when the user says "quick dev", "add feature", "fix bug", or describes a change after the initial MVP is shipped.
Skill Claude CodeCodex
Research current Swift/SwiftUI/platform best practices from gold-standard sources and update the docs/setup/swift/ reference files and the modern-swiftui.md guardrails stub. Also refreshes the App Store submission facts embedded in the appstore-preflight skill. Use when the user says "refresh swift", "update swift…
Skill Claude CodeCodex
Research current web platform, CSS, Astro, and Hugo best practices from gold-standard sources and update the docs/setup/web/ reference files and the modern-web.md guardrails stub. Use when the user says "refresh web", "update web guidance", "refresh css", "refresh astro", or "refresh hugo".
Skill Claude CodeCodex
Run cited, web-grounded research (technical / domain / market) to ground product, PRD, or architecture decisions in real external facts instead of model assumptions. Use when the user wants to research a technology choice, an industry/regulatory landscape, or customers/competitors before committing to a direction.
Skill Claude CodeCodex
Run a lightweight epic retrospective to capture learnings and update project conventions. Use when the user says "retrospective", "retro", or "retro for epic N".
Skill Claude CodeCodex
Security audit against OWASP, SQL hardening, auth, secrets, dependencies, and LLM-specific threats. Use when the user says "security review", "security audit", or "security check". Also invoked as Pass D during code-review for security-sensitive stories.
Skill Claude CodeCodex
Scaffold the docs folder structure, create AGENTS.md and CLAUDE.md. Also handles migrating existing full-BMAD projects to Leanwheel. Use when starting a new project or when the user says "setup project", "init docs", "migrate", or "setup migrate/clean".
Skill Claude CodeCodex
Render, update, or validate the planning documents — brief, PRD, UX (DESIGN.md + EXPERIENCE.md), and architecture — from the decision log. Use when the user wants to write, edit, or check any of these docs, says "spec", "render the docs", "create the PRD", "update the architecture", "write the brief", or "validate the…
Skill Claude CodeCodex
Show current epic and story progress via GitHub milestones and issues. Use when the user says "status", "sprint status", or "show progress".
Skill Claude CodeCodex
Run the full story development loop (create → dev → review) repeatedly until the epic is complete. Use when the user says "story flywheel", "run flywheel", or "run the loop".
Skill Claude CodeCodex
Audit planning docs, story files, and Swift source code against the Swift/SwiftUI guidance in docs/setup/swift/. Produces a remediation story file with one AC per finding. Use when the user says "swift audit", "audit swift", "audit codebase", or "check swift patterns".
Skill Claude CodeCodex
Bring an existing leanwheel project up to the latest skills/stubs/hooks/framework. Detection-based — works even on projects scaffolded before this skill existed. Use when the user says "upgrade project", "sync leanwheel", "update scaffolding", or after pulling new leanwheel-skills changes.
Skill Claude CodeCodex
Plan UX design and produce DESIGN.md + EXPERIENCE.md. Use when the user wants to create, update, or validate UX/design specs.
Skill Claude CodeCodex
Audit planning docs, story files, templates, styles, and markup against the web guidance in docs/setup/web/ and the design tokens in docs/ux/DESIGN.md. Produces a remediation story file with one AC per finding. Use when the user says "web audit", "audit web", "audit site", or "check web patterns".
Instructions file
Claude Code instructions for rterakedis/leanwheel-skills, covering claude.md — leanwheel-skills, purpose, committing and pushing, stage modified tracked files only (default — safest) and stage specific files.
Agent
Runs the leanwheel docs-sync skill (OPERATIONAL or PROMOTE op) in an isolated, low-cost context. Spawned by the flywheels after a dev phase (OPERATIONAL) and at the epic boundary / retrospective (PROMOTE), and usable by any main-session caller that wants documentation maintenance off the expensive model. Pinned to…
Agent
Runs the leanwheel create-story workflow for one story in an isolated context. Spawned by /story-flywheel Phase 1. Authors a complete story file (Behavior Contract, edge-case ACs, Design Contract, Clarification Gate) and updates GitHub tracking. Returns the story file path plus any clarification questions.