@fernado03/zoo-flow 0.11.3 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/bin/zoo-flow.js +25 -25
  2. package/package.json +1 -1
  3. package/templates/full/.roo/commands/{explore.md → zoo-explore.md} +18 -18
  4. package/templates/full/.roo/commands/{scaffold-context.md → zoo-scaffold-context.md} +16 -16
  5. package/templates/full/.roo/commands/{setup-matt-pocock-skills.md → zoo-setup-matt-pocock-skills.md} +7 -7
  6. package/templates/full/.roo/commands/{update-docs.md → zoo-update-docs.md} +22 -22
  7. package/templates/full/.roo/rules-custom-orchestrator/00-routing.md +22 -22
  8. package/templates/full/.roo/skills/engineering/commit-and-document/SKILL.md +163 -163
  9. package/templates/full/.roo/skills/engineering/diagnose/SKILL.md +3 -3
  10. package/templates/full/.roo/skills/engineering/grill-with-docs/SKILL.md +1 -1
  11. package/templates/full/.roo/skills/engineering/improve-codebase-architecture/SKILL.md +1 -1
  12. package/templates/full/.roo/skills/engineering/prototype/SKILL.md +47 -47
  13. package/templates/full/.roo/skills/engineering/review/SKILL.md +7 -7
  14. package/templates/full/.roo/skills/engineering/scaffold-context/SKILL.md +228 -228
  15. package/templates/full/.roo/skills/engineering/setup-matt-pocock-skills/SKILL.md +2 -2
  16. package/templates/full/.roo/skills/engineering/tdd/SKILL.md +1 -1
  17. package/templates/full/.roo/skills/engineering/to-issues/SKILL.md +2 -2
  18. package/templates/full/.roo/skills/engineering/to-prd/SKILL.md +66 -66
  19. package/templates/full/.roo/skills/engineering/triage/SKILL.md +2 -2
  20. package/templates/full/.roo/skills/engineering/tweak/SKILL.md +1 -1
  21. package/templates/full/.roo/skills/engineering/update-docs/SKILL.md +76 -76
  22. package/templates/full/.roo/skills/engineering/verify/SKILL.md +2 -2
  23. package/templates/full/.roo/skills/engineering/zoom-out/SKILL.md +1 -1
  24. package/templates/full/.roo/skills/productivity/caveman/SKILL.md +1 -1
  25. package/templates/full/.roo/skills/productivity/teach/SKILL.md +119 -119
  26. package/templates/full/.roomodes +3 -3
  27. /package/templates/claude-code/.claude/commands/{caveman.md → zoo-caveman.md} +0 -0
  28. /package/templates/claude-code/.claude/commands/{commit-and-document.md → zoo-commit-and-document.md} +0 -0
  29. /package/templates/claude-code/.claude/commands/{diagnose.md → zoo-diagnose.md} +0 -0
  30. /package/templates/claude-code/.claude/commands/{explore.md → zoo-explore.md} +0 -0
  31. /package/templates/claude-code/.claude/commands/{feature.md → zoo-feature.md} +0 -0
  32. /package/templates/claude-code/.claude/commands/{fix.md → zoo-fix.md} +0 -0
  33. /package/templates/claude-code/.claude/commands/{grill-me.md → zoo-grill-me.md} +0 -0
  34. /package/templates/claude-code/.claude/commands/{grill-with-docs.md → zoo-grill-with-docs.md} +0 -0
  35. /package/templates/claude-code/.claude/commands/{handoff.md → zoo-handoff.md} +0 -0
  36. /package/templates/claude-code/.claude/commands/{improve-codebase-architecture.md → zoo-improve-codebase-architecture.md} +0 -0
  37. /package/templates/claude-code/.claude/commands/{prototype.md → zoo-prototype.md} +0 -0
  38. /package/templates/claude-code/.claude/commands/{refactor.md → zoo-refactor.md} +0 -0
  39. /package/templates/claude-code/.claude/commands/{review.md → zoo-review.md} +0 -0
  40. /package/templates/claude-code/.claude/commands/{scaffold-context.md → zoo-scaffold-context.md} +0 -0
  41. /package/templates/claude-code/.claude/commands/{setup-matt-pocock-skills.md → zoo-setup-matt-pocock-skills.md} +0 -0
  42. /package/templates/claude-code/.claude/commands/{tdd.md → zoo-tdd.md} +0 -0
  43. /package/templates/claude-code/.claude/commands/{teach.md → zoo-teach.md} +0 -0
  44. /package/templates/claude-code/.claude/commands/{to-issues.md → zoo-to-issues.md} +0 -0
  45. /package/templates/claude-code/.claude/commands/{to-prd.md → zoo-to-prd.md} +0 -0
  46. /package/templates/claude-code/.claude/commands/{triage.md → zoo-triage.md} +0 -0
  47. /package/templates/claude-code/.claude/commands/{tweak.md → zoo-tweak.md} +0 -0
  48. /package/templates/claude-code/.claude/commands/{update-docs.md → zoo-update-docs.md} +0 -0
  49. /package/templates/claude-code/.claude/commands/{verify.md → zoo-verify.md} +0 -0
  50. /package/templates/claude-code/.claude/commands/{write-a-skill.md → zoo-write-a-skill.md} +0 -0
  51. /package/templates/claude-code/.claude/commands/{zoom-out.md → zoo-zoom-out.md} +0 -0
  52. /package/templates/full/.roo/commands/{caveman.md → zoo-caveman.md} +0 -0
  53. /package/templates/full/.roo/commands/{commit-and-document.md → zoo-commit-and-document.md} +0 -0
  54. /package/templates/full/.roo/commands/{diagnose.md → zoo-diagnose.md} +0 -0
  55. /package/templates/full/.roo/commands/{feature.md → zoo-feature.md} +0 -0
  56. /package/templates/full/.roo/commands/{fix.md → zoo-fix.md} +0 -0
  57. /package/templates/full/.roo/commands/{grill-me.md → zoo-grill-me.md} +0 -0
  58. /package/templates/full/.roo/commands/{grill-with-docs.md → zoo-grill-with-docs.md} +0 -0
  59. /package/templates/full/.roo/commands/{handoff.md → zoo-handoff.md} +0 -0
  60. /package/templates/full/.roo/commands/{improve-codebase-architecture.md → zoo-improve-codebase-architecture.md} +0 -0
  61. /package/templates/full/.roo/commands/{prototype.md → zoo-prototype.md} +0 -0
  62. /package/templates/full/.roo/commands/{refactor.md → zoo-refactor.md} +0 -0
  63. /package/templates/full/.roo/commands/{review.md → zoo-review.md} +0 -0
  64. /package/templates/full/.roo/commands/{tdd.md → zoo-tdd.md} +0 -0
  65. /package/templates/full/.roo/commands/{teach.md → zoo-teach.md} +0 -0
  66. /package/templates/full/.roo/commands/{to-issues.md → zoo-to-issues.md} +0 -0
  67. /package/templates/full/.roo/commands/{to-prd.md → zoo-to-prd.md} +0 -0
  68. /package/templates/full/.roo/commands/{triage.md → zoo-triage.md} +0 -0
  69. /package/templates/full/.roo/commands/{tweak.md → zoo-tweak.md} +0 -0
  70. /package/templates/full/.roo/commands/{verify.md → zoo-verify.md} +0 -0
  71. /package/templates/full/.roo/commands/{write-a-skill.md → zoo-write-a-skill.md} +0 -0
  72. /package/templates/full/.roo/commands/{zoom-out.md → zoo-zoom-out.md} +0 -0