Agent Skills by Đinh Việt Hoàng
Showing 20 vetted skills indexed across 1 GitHub repositories.
bootstrap
Parse architecture documents to generate GTD backlog and planning artifacts.
archive
Archive completed GTD task folders into a timestamped directory.
roadmap
Convert finalized SPEC.md files into structured ROADMAP.md phases.
plan
Convert phase requirements into a PLAN.md with tasks and verification criteria.
d-execute
Execute bug-fix tasks from FIX_PLAN.md and generate FIX_SUMMARY.md.
discuss-plan
Review and refine a phase plan in PLAN.md before execution.
spec
Interview users to generate a SPEC.md with goals, constraints, and acceptance criteria.
commit-spec
Aggregate phase summaries from ROADMAP.md into a conventional commit message.
expand-backlog
Break high-level backlog items into ordered executable sub-items in BACKLOG.md.
d-plan-fix
Generate an executable fix plan from a root-cause analysis document.
d-verify
Load hypotheses in confidence order and validate them with debug logs.
d-symptom
Clarifies bug symptoms into reproducible SYMPTOM.md reports via guided elicitation.
s:spec
Generate a SPEC.md from the next BACKLOG.md item with an interview-driven HOW section.
codebase-overview
Analyzes project structure and tech stack to generate an evidence-based CODEBASE.md.
d-archive
Archive completed debug investigations from .gtd/debug/current/ into timestamped folders under .gtd/archive.
d-inspect
Generate ranked root-cause hypotheses from bug symptoms and code paths.
s:archive
Archive completed tasks into a timestamped directory and update git logs.
verify-spec
Verify that every Must Have requirement in SPEC.md is implemented in the codebase.
execute
Execute PLAN.md tasks sequentially and generate a phase SUMMARY.md.
research
Trace execution paths and document data flows across code components.