s-auto
01Skill Claude CodeCodex
Autonomous workflow loop - runs the full skill chain automatically with circuit breaker and stuck detection.
Unified Claude Code plugin: 27 skills, 12 agents, 6 hooks, 8 rules. Merges GSD + Superpowers + gstack + Compound + Uncodixfy + ECC into one /s: namespace.
Skill Claude CodeCodex
Autonomous workflow loop - runs the full skill chain automatically with circuit breaker and stuck detection.
Skill Claude CodeCodex
Freeform router - accepts natural language and routes to the appropriate skill(s).
Skill Claude CodeCodex
Show all available skills, agents, and workflow guides - quick reference card for claude-stack.
Skill Claude CodeCodex
Generate structured codebase documentation - file tree, dependency graph, module responsibilities, entry points.
Skill Claude CodeCodex
Quick mode for small tasks - compressed discuss+plan+build workflow without full ceremony.
Skill Claude CodeCodex
Headless browser control - navigate, screenshot, fill forms, click elements, handle dialogs.
Skill Claude CodeCodex
Import browser cookies for authenticated testing - detects installed browsers and imports sessions.
Skill Claude CodeCodex
Report-only browser QA - same analysis as /s:qa but no fixes applied, output only.
Skill Claude CodeCodex
Browser QA with 3 tiers (quick/standard/exhaustive) - screenshots, form tests, responsive checks, atomic fix commits.
Skill Claude CodeCodex
Implement current phase tasks using TDD - RED > GREEN > REFACTOR cycle with commits.
Skill Claude CodeCodex
Gather requirements through structured discussion - produces REQUIREMENTS.md with acceptance criteria.
Skill Claude CodeCodex
Initialize a new project with .planning/ and docs/ structure, CLAUDE.md, and git repo.
Skill Claude CodeCodex
Add a quick timestamped note to project decisions log - captures context without ceremony.
Skill Claude CodeCodex
Save current work state for later resumption - creates checkpoint with context for /s:resume.
Skill Claude CodeCodex
Create implementation roadmap with phases, tasks, and dependencies from requirements.
Skill Claude CodeCodex
Resume work from a previous session - reconstructs context from state files and recent history.
Skill Claude CodeCodex
Show current project status - active phase, completed tasks, blockers, and recent activity.
Skill Claude CodeCodex
Explore ideas before implementation - proposes 2-3 approaches with trade-offs, saves to docs/brainstorms/.
Skill Claude CodeCodex
Product perspective review - evaluates scope, user value, and prioritization from a CEO/PM viewpoint.
Skill Claude CodeCodex
Systematic debugging - hypothesis-driven, no guessing, 4-phase protocol with defense-in-depth.
Skill Claude CodeCodex
Technical perspective review - evaluates architecture, data flow, edge cases, and scalability.
Skill Claude CodeCodex
Multi-perspective code review - checks plan alignment, quality, architecture, security, and documentation.
Skill Claude CodeCodex
Evidence-based verification - no completion claims without fresh test output and proof.
Skill Claude CodeCodex
Capture session learnings - extracts reusable knowledge and saves to docs/solutions/ (NEVER SKIP).