com um clique
dew-plugin
dew-plugin contém 8 skills coletadas de jkerdels, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Development cycle retrospective for the dew workflow. Facilitates a structured post-mortem of a completed dew cycle, extracts actionable insights, and institutionalizes those insights into the skill configurations. Use after a complete Discover → Design → Demonstrate → Develop → Document cycle.
Empirical design validation for the dew workflow. Identifies the critical assumptions in an Implementation Design Document, writes isolated test programs to verify them, and produces a Design Verification Document. Use when a Design artifact is in hand and needs rigorous empirical validation before production code is written.
Implementation design for the dew workflow. Conducts a Socratic dialogue to translate a planning document into a concrete implementation design. Works coarse-to-fine, negotiating design perspectives with the user and exploring alternatives at each decision point. Use when a Discover artifact is in hand and the next step is determining how to structure the implementation.
Production code implementation for the dew workflow. Transforms an Implementation Design Document and Design Verification findings into clean, correct, production-quality code through a structured dialogue. Use when Design and Demonstrate stages are complete and it is time to write the actual implementation.
Deep problem domain exploration for the dew workflow. Guides a structured conversation to develop shared understanding of a problem before any implementation discussion begins. Use at the start of a new project or feature, or when returning to re-examine requirements after a later stage revealed a gap.
Technical documentation writing for the dew workflow. Synthesizes all planning, design, validation, and implementation artifacts into a comprehensive developer-facing documentation site. Use when the Develop stage is complete and the project needs documentation for external developers or future contributors.
Compressed three-stage workflow for smaller tasks. Combines Discover+Design into Plan, Demonstrate+Develop into Build, and Document+Debrief into Verify. Activated by the dew orchestrator when the task does not warrant the full six-stage process.
dew workflow orchestrator. Manages the full six-stage process (Discover → Design → Demonstrate → Develop → Document → Debrief) and the fast three-stage process (Plan → Build → Verify), tracking state, loading artifact context, invoking stage skills, and maintaining git history at stage boundaries.