easysdd-guidedoc
ð¯Skillfrom liuzhengdongfortest/easysdd
Creates and updates publishable guide documents for a project -- developer guides for contributors and integrators, and user guides for end users -- stored in the project's docs/ directory alongside the code.
Same repository
liuzhengdongfortest/easysdd(20 items)
Installation
npx vibeindex add liuzhengdongfortest/easysdd --skill easysdd-guidedocnpx skills add liuzhengdongfortest/easysdd --skill easysdd-guidedoc~/.claude/skills/easysdd-guidedoc/SKILL.mdSKILL.md
More from this repository10
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.