One-click install
npx skills add https://github.com/jkerdels/dew-plugin --skill dew-fast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dew-fast
Source: https://github.com/jkerdels/dew-plugin/tree/main/skills/dew-fast
Command: npx skills add https://github.com/jkerdels/dew-plugin --skill dew-fast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you complete smaller software tasks using a compressed, three-stage engineering workflow (plan, build, verify) with clear assumptions, measurable success criteria, and evidence-based progress.

Core Features & Use Cases

  • Phase-based collaboration: Guides the assistant through Plan, Build, and Verify based on the current active stage.
  • Measurable acceptance tests: Converts requirements into concrete, testable criteria before implementation.
  • Lightweight empirical validation: Runs checks only when there are genuine pre-implementation blockers or when verifying completion.
  • Use Case: Implement and validate a scoped feature (e.g., a small API endpoint, utility module, or tool) without overpaying the overhead of a full six-stage process.

Quick Start

Activate the dew-fast skill to plan your feature with acceptance tests, then move to building and verification once you confirm the plan.

Frequently Asked Questions about dew-fast

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement small software features without a heavy engineering process?

Implement small software features by running a compressed plan, build, and verify workflow that establishes measurable acceptance tests before coding. This approach skips the full six-stage process while maintaining engineering discipline through incremental validation.

When should I use a compressed plan-build-verify workflow for software tasks?

Use a compressed plan-build-verify workflow when requirements are reasonably clear and the implementation effort is small enough to avoid a full six-stage process. It is ideal for scoped features like a small API endpoint, utility module, or tool.

How do I convert software requirements into measurable acceptance tests before coding?

Convert requirements into measurable acceptance tests during the planning stage by defining concrete, testable success criteria before implementation begins. This ensures the build phase has explicit assumptions and the verify phase checks against plan-defined criteria.

Does this software workflow require running validation checks throughout the entire build phase?

No, this software workflow runs empirical validation checks only when genuine pre-implementation blockers exist or when verifying completion against acceptance criteria. This keeps lightweight validation focused on critical milestones rather than continuous overhead.

What is the best way to structure software implementation planning for small API endpoints?

Structure software implementation planning for small API endpoints by defining production-oriented structure before coding, then executing deterministic phases driven by the orchestrator state. This ensures the build phase follows a defined plan rather than ad-hoc development.

Can I use this incremental validation workflow for large scale software projects?

No, this incremental validation workflow is designed for smaller software tasks where requirements are reasonably clear. Large scale projects require the full six-stage engineering process to handle complexity that exceeds the compressed plan-build-verify scope.