
buiducnhat/agent-skills
2 skills517 installs96 starsGitHub
Install
npx skills add https://github.com/buiducnhat/agent-skillsSkills in this repo
1BrainstormBrainstorm is a journey-wide agent skill for collaborative discovery when requirements are unclear, risks are high, or several technical paths are plausible. It converts rough intent into a concrete, reviewable design brief by grounding on existing project docs and code conventions, then asking focused questions about user value, boundaries, and constraints. Solo builders use it to avoid locking into the first idea Claude suggests—alternatives and trade-offs are explored deliberately. The skill keeps context gathering tight: SUMMARY-first documentation passes, relevant standards, and only the implementation files that bound the idea. When ambiguity is resolved, you get validated scope and success criteria suitable for a formal plan or build queue, not a scattered thread of guesses.516installs2Execute PlanExecute Plan is the implementation driver for builders who already approved a written plan and need an agent to follow it literally. It treats the plan as a living document: each phase records what shipped, how it was verified, and any approved deviations. Modes support long batch runs or interactive checkpoints, which suits migrations, large refactors, and multi-hour feature work where skipping verification is risky. Output consolidates into a structured execution report with a verification matrix spanning lint, types, tests, build, and manual QA, plus explicit blockers and follow-ups. Pair it after planning skills that emit SUMMARY.md or ExecPlan paths so the agent does not improvise scope mid-flight.1installs