🎯

easysdd-feature-fastforward

🎯Skill

from liuzhengdongfortest/easysdd

VibeIndex|
What it does
|

A fast-track mode for the EasySDD feature workflow that compresses the full design process into a compact design document with acceptance criteria, suitable for small, clear-scope features that can skip brainstorming and multi-stage review.

📊

Same repository

liuzhengdongfortest/easysdd(20 items)

easysdd-feature-fastforward

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add liuzhengdongfortest/easysdd --skill easysdd-feature-fastforward
skills.sh Install⚠ Installs to .agents/skills/
npx skills add liuzhengdongfortest/easysdd --skill easysdd-feature-fastforward
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/easysdd-feature-fastforward/SKILL.md

SKILL.md

98Installs
-
AddedApr 19, 2026

More from this repository10

🎯
easysdd-feature-acceptance🎯Skill

Stage 3 of the EasySDD feature workflow that performs acceptance verification by cross-checking the implementation against the design document, fixing any deviations on the spot, and integrating the new feature into the project architecture documentation.

🎯
easysdd-feature🎯Skill

The EasySDD feature development router that guides new features through a structured brainstorm-design-implement-acceptance pipeline, automatically routing to the appropriate sub-skill based on existing artifacts and supporting a fastforward mode for small-scope features.

🎯
easysdd-feature-design🎯Skill

Stage 1 of the EasySDD feature workflow that drafts a design document with terminology lockdown, interface contracts, implementation steps with exit signals, and test design, serving as the single source of truth for subsequent implementation and acceptance stages.

🎯
easysdd🎯Skill

A Claude Code skill set that gives AI persistent memory across sessions by providing structured workflows for feature development, bug fixing, decision recording, code exploration, and onboarding, with each workflow producing archived documentation that prevents repeated context loss.

🎯
easysdd-issue-analyze🎯Skill

Stage 2 of the EasySDD issue workflow that reads bug reports and traces through actual code to identify root causes, assess fix risks, and present 2-3 repair options for the user to choose from before any code changes are made.

🎯
easysdd-issue🎯Skill

The EasySDD bug-fixing workflow router that guides issues through a structured report-analyze-fix pipeline, producing traceable documentation at each stage and automatically routing to the appropriate sub-skill based on existing artifacts.

🎯
easysdd-feature-implement🎯Skill

Stage 2 of the EasySDD feature workflow that implements code step-by-step according to an approved design document, enforcing minimal changes, no out-of-scope modifications, and mandatory user checkpoints between implementation steps.

🎯
easysdd-issue-report🎯Skill

Stage 1 of the EasySDD issue workflow that structures bug reports into a standardized format with reproduction steps, expected vs actual behavior, severity assessment, and scope identification, while determining whether the issue needs full analysis or can take a fast-track fix path.

🎯
easysdd-explore🎯Skill

An EasySDD skill for conducting directed code explorations that produces searchable, evidence-based documents with conclusions traceable to specific code locations, supporting three types: targeted questions, module overviews, and lightweight technical spikes.

🎯
easysdd-issue-fix🎯Skill

Stage 3 of the EasySDD issue workflow that performs targeted code fixes based on confirmed root cause analysis, enforcing minimal changes within declared scope, mandatory verification against reproduction steps, and producing a fix-note document for traceability.