Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

sprintpilot

sprintpilot contiene 11 skills recopiladas de ikunin, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
11
Stars
3
actualizado
2026-07-11
Forks
0
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

sprint-autopilot-on
Desarrolladores de software

Engage autonomous story execution for BMad Method with git workflow integration. Implements stories end-to-end with automatic branching (git worktrees), commits, linting, and PR creation. Uses standard git worktree commands for story isolation — works with any coding agent. Falls back to stock BMad behavior when git is disabled. Use when user says "/sprint-autopilot-on" or "start autopilot".

2026-07-11
sprintpilot-plan-sprint
Desarrolladores de software

Build (or refresh) the Sprintpilot sprint plan at _bmad-output/implementation-artifacts/sprint-plan.yaml. Infers per-epic + cross-epic dependencies from epics.md + architecture.md + sprint-status.yaml, presents the DAG, lets the user curate which stories belong in the active plan, and persists the result. Triggered by /sprintpilot-plan-sprint, by the autopilot when a stale plan is detected, or by `replan_sprint` mid-flight. Replaces the manual `infer-dependencies.js` workflow for end users.

2026-07-11
sprintpilot-dependency-graph
Especialistas en gestión de proyectos

Render the sprint dependency graph from sprint-plan.yaml in a chosen format. Accepts mermaid (default), graphviz, text (topological tree), layers (parallel-eligible groups), or json (raw nodes + edges). Use when you want to visualize or programmatically inspect the DAG without manually calling resolve-dag.js. Optionally narrow to a single epic with an epic argument.

2026-05-22
sprintpilot-codebase-map
Desarrolladores de software

Parallel 5-stream codebase analysis for brownfield projects. Launches Stack Analyzer, Architecture Mapper, Quality Assessor, Concerns Hunter, and Integration Mapper simultaneously. Produces structured, evidence-based analysis optimized for downstream planning agents. Run before bmad-create-architecture or bmad-create-prd on existing codebases. Inspired by GSD map-codebase (https://github.com/gsd-build/get-shit-done).

2026-05-20
sprintpilot-sprint-progress
Especialistas en gestión de proyectos

Synthesize current sprint execution progress with LLM-layered judgment. Reads sprint-plan.yaml, sprint-status.yaml, and the autopilot ledger via `autopilot progress`; highlights stalls, repeated verify failures, retry loops, and stuck phases; suggests the next action (continue, narrow to a specific story, reorder, replan, abort). Use when you want a quick health check between autopilot sessions without scrolling through the raw ledger.

2026-05-20
sprintpilot-update
Desarrolladores de software

Check for Sprintpilot updates and install the latest version. Use when user says "/sprintpilot-update" or "update sprintpilot" or "check for sprintpilot updates".

2026-05-15
sprintpilot-reverse-architect
Desarrolladores de software

Extract architecture from existing code (bottom-up) via 3 parallel agents. Produces BMad Method-compatible architecture document from Component Mapper, Data Flow Tracer, and Pattern Extractor. Use on brownfield projects where no architecture doc exists. Run after sprintpilot-codebase-map.

2026-04-28
sprint-autopilot-off
Desarrolladores de software

Disengage autonomous story execution mode with git status report. Reports sprint position, completed work, git branch/PR status, and next steps. Releases the autopilot lock file. Use when user says "/sprint-autopilot-off" or "stop autopilot" or "pause autopilot".

2026-04-17
sprintpilot-assess
Analistas de garantía de calidad de software y probadores

Tech debt, dependency audit, and migration assessment via 3 parallel agents. Runs after sprintpilot-codebase-map. Produces actionable findings with confidence levels, effort estimates, and a prioritized brownfield-assessment.md. Use for brownfield projects before sprint planning.

2026-04-17
sprintpilot-migrate
Desarrolladores de software

Full-lifecycle legacy migration planning. 12-step workflow with 4 parallel subagent fan-outs. Takes a brownfield codebase from current stack to target stack. Consumes sprintpilot-codebase-map and sprintpilot-assess outputs. Produces migration-plan.md, migration-epics.md (compatible with BMad Method epics), and migration-tracking.yaml.

2026-04-17
sprintpilot-research
Especialistas en gestión de proyectos

Multi-agent research fan-out. Launch parallel research agents for technical, domain, and market topics simultaneously. Each agent uses WebSearch/WebFetch for live research. Collects and synthesizes results into a unified research report. Use when you need to research multiple topics quickly.

2026-04-17