feat(agents): enable subagents skill
This commit is contained in:
@@ -12,7 +12,7 @@ let
|
||||
# The skills installed globally, as derivations from the skills flake.
|
||||
# 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.
|
||||
# wayfinder, research, prototype, slice, and subagents guide work from exploration through implementation tickets and delegation.
|
||||
# implement, test-driven-development, and review guide execution and validation once tickets are ready.
|
||||
skills = with inputs.skills.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
grill
|
||||
@@ -21,6 +21,7 @@ let
|
||||
research
|
||||
prototype
|
||||
slice
|
||||
subagents
|
||||
implement
|
||||
test-driven-development
|
||||
review
|
||||
|
||||
Reference in New Issue
Block a user