en un clic
steroid-workflow
steroid-workflow contient 13 skills collectées depuis nzkbuild, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
This skill should be used when a non-technical user describes what they want to build using natural language. It translates vague aesthetic ideas into a rigorous, structured vibe profile written to .memory/changes/<feature>/vibe.md.
Internal Steroid wrapper for accessibility verification using the AccessLint integration.
This skill should be used after steroid-research has written .memory/changes/<feature>/research.md. It converts the spec + research into a rigorous, atomic execution checklist with a defined tech stack, written to .memory/changes/<feature>/plan.md.
Internal Steroid wrapper that routes UI-intensive work to Steroid source-library inputs and writes design-system.md for later phases.
The debugging and diagnosis skill for Steroid-Workflow. Used when the user's intent is "fix" or "debug". Replaces the specify/research/architect phases with a focused 4-phase root cause investigation, then hands off a targeted fix plan to the engine.
The autonomous execution orchestrator for Steroid-Workflow. This skill reads .memory/changes/<feature>/plan.md and loops through the execution checklist using TDD, committing atomically per task, capturing learnings, and stopping only on completion or circuit breaker trip.
Internal Steroid wrapper for React/Next frontend source inputs and implementation constraints.
This skill should be used after steroid-specify has written .memory/changes/<feature>/spec.md. It investigates the best tech stack, libraries, and patterns to implement the spec, writing findings to .memory/changes/<feature>/research.md.
Internal Steroid wrapper for React Native and Expo source inputs and implementation constraints.
The codebase awareness skill for Steroid-Workflow. This skill scans the existing project before any build work begins, producing a context.md snapshot that all downstream phases reference. It detects tech stack, project structure, existing patterns, test infrastructure, and related code.
This skill should be used after steroid-vibe-capture has written .memory/changes/<feature>/vibe.md. It converts the vibe into a formal specification with prioritized user stories and acceptance criteria, written to .memory/changes/<feature>/spec.md.
The verification skill for Steroid-Workflow. This skill runs after the engine completes all tasks, proving the code works before allowing archival. It performs core verification by default and can run optional deep scans. Produces review.md/review.json and verify.md/verify.json as durable evidence.
Internal Steroid wrapper for web UI audit source inputs and accessibility review.