com um clique
dev-workflow-skills
dev-workflow-skills contém 22 skills coletadas de Ankurjain1121, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Enhanced planning system combining UltraPlan's 6-phase pipeline with Clear Thought's 11 structured thinking frameworks. Takes a plain-English idea and produces a complete, AI-executable implementation plan with rigorous thinking at every phase.
Use when defining API endpoints, designing request/response schemas, or establishing API contracts during framework planning.
Use when documenting architectural decisions, comparing technology options, or recording rationale for framework choices.
Use when selecting architecture patterns (MVC, hexagonal, clean, microservices) for a new project.
Use when creating or updating blueprint files in .framework-blueprints/ directory.
Use when designing CI/CD pipelines or creating GitHub Actions / GitLab CI configuration.
Use when planning testing strategy, creating contract tests, or designing integration test plans.
Use when transitioning work between agents during multi-agent execution.
Use when assigning development tasks to different LLMs or estimating costs for multi-agent work.
Use when converting API contracts to OpenAPI 3.1 specification or generating SDK clients.
Use when initializing, updating, or resuming project state with checkpointing.
Use when researching technology options before making framework recommendations.
Use when generating specs/ compatible output after Phase 3, enabling handoff to /orchestrate or /implement workflows.
Takes a plain-English idea and produces a complete, AI-executable implementation plan through 6 automated phases (UNDERSTAND, RESEARCH, PLAN, REVIEW, VALIDATE, OUTPUT). Designed for no-coders who want to hand a finished plan to an AI coding tool.
Fast build-focused code quality enforcement. Fixes only BLOCKING errors using parallel agents. Supports monorepos (Turbo/Nx/pnpm) with affected-only scanning.
Zero-tolerance code quality enforcement. Fixes ALL errors, warnings, suppressions, and security issues. Includes mutation testing, intelligent suppression audit, and optional hook generation. No mercy, no shortcuts.
Zero-tolerance multi-agent code annihilation system. Spawns parallel brutal agents for Security, Architecture, Quality, Performance, and Style review with full MCP integration. Modes: full|security|pr|arch|perf|quick|frontend|compare. Use when you need ruthless, comprehensive code review with weighted scoring and zero tolerance thresholds (95+ to pass).
Complete design thinking pipeline for UIs. Transforms rough ideas into PRDs, runs 9-pass UX analysis, audits existing UIs, and iterates based on feedback. Prevents "pretty but unusable" designs.
Create distinctive, production-grade frontend interfaces with high design quality
Manage project contract registry. Subcommands: init (scan for shared types), list (show contracts), add (register new), sync (update producers/consumers). Used by /orchestrate for faster agent assignment.
Fast parallel execution. One file = One owner. Maximum speed. Supports multi-terminal mode for 10+ files with Claude/Gemini/Qwen.
Comprehensive React development with hooks, components, state management, context, effects, and performance optimization based on official React documentation