Autonomous workflow loop - runs the full skill chain automatically with circuit breaker and stuck detection
bdarbaz/claude-stack-plugin
SkillsMP has collected 27 skills from bdarbaz/claude-stack-plugin. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 27
- GitHub stars
- 4
- GitHub forks
- 1
Skills in this repository
Showing 27 of 27 collected skills.
Freeform router - accepts natural language and routes to the appropriate skill(s)
Show all available skills, agents, and workflow guides - quick reference card for claude-stack
Generate structured codebase documentation - file tree, dependency graph, module responsibilities, entry points
Quick mode for small tasks - compressed discuss+plan+build workflow without full ceremony
Headless browser control - navigate, screenshot, fill forms, click elements, handle dialogs
Import browser cookies for authenticated testing - detects installed browsers and imports sessions
Report-only browser QA - same analysis as /s:qa but no fixes applied, output only
Browser QA with 3 tiers (quick/standard/exhaustive) - screenshots, form tests, responsive checks, atomic fix commits
Explore ideas before implementation - proposes 2-3 approaches with trade-offs, saves to docs/brainstorms/
Product perspective review - evaluates scope, user value, and prioritization from a CEO/PM viewpoint
Systematic debugging - hypothesis-driven, no guessing, 4-phase protocol with defense-in-depth
Technical perspective review - evaluates architecture, data flow, edge cases, and scalability
Multi-perspective code review - checks plan alignment, quality, architecture, security, and documentation
Evidence-based verification - no completion claims without fresh test output and proof
Capture session learnings - extracts reusable knowledge and saves to docs/solutions/ (NEVER SKIP)
Update project documentation - detects stale docs and updates README, ARCHITECTURE, CHANGELOG, CLAUDE.md
Run a retrospective - what went well, what didn't, action items, and trend tracking
Ship workflow - sync, test, version bump, commit, push, and create PR in one command
Implement current phase tasks using TDD - RED > GREEN > REFACTOR cycle with commits
Gather requirements through structured discussion - produces REQUIREMENTS.md with acceptance criteria
Initialize a new project with .planning/ and docs/ structure, CLAUDE.md, and git repo
Add a quick timestamped note to project decisions log - captures context without ceremony
Save current work state for later resumption - creates checkpoint with context for /s:resume
Create implementation roadmap with phases, tasks, and dependencies from requirements
Resume work from a previous session - reconstructs context from state files and recent history
Show current project status - active phase, completed tasks, blockers, and recent activity