feat(agents): add implementation workflow skills

This commit is contained in:
2026-08-01 13:40:11 -04:00
parent 6544d3d8a0
commit 585d4919e7
3 changed files with 10 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ let
# grill interviews the operator relentlessly to resolve a plan before building.
# design-skill drafts and audits Agent Skills for structural predictability.
# wayfinder, research, prototype, and slice guide work from exploration through implementation tickets.
# implement, test-driven-development, and review guide execution and validation once tickets are ready.
skills = with inputs.skills.packages.${pkgs.stdenv.hostPlatform.system}; [
grill
design-skill
@@ -20,6 +21,9 @@ let
research
prototype
slice
implement
test-driven-development
review
];
in
{