akili-specs 2.7.0 → 2.8.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 (74) hide show
  1. package/.claude/commands/akili-archive.md +9 -0
  2. package/.claude/commands/akili-audit.md +9 -0
  3. package/.claude/commands/akili-constitution.md +41 -3
  4. package/.claude/commands/akili-execute.md +10 -1
  5. package/.claude/commands/akili-propose.md +9 -0
  6. package/.claude/commands/akili-quick.md +9 -0
  7. package/.claude/commands/akili-resume.md +9 -0
  8. package/.claude/commands/akili-seo.md +9 -0
  9. package/.claude/commands/akili-specify.md +14 -2
  10. package/.claude/commands/akili-test.md +9 -0
  11. package/.claude/commands/akili-validate.md +9 -0
  12. package/.claude/skills/angular-developer/SKILL.md +4 -0
  13. package/.claude/skills/api-design-principles/SKILL.md +8 -0
  14. package/.claude/skills/aws-serverless/SKILL.md +8 -1
  15. package/.claude/skills/brainstorming/SKILL.md +25 -1
  16. package/.claude/skills/cognitive-doc-design/SKILL.md +14 -0
  17. package/.claude/skills/error-handling-patterns/SKILL.md +8 -0
  18. package/.claude/skills/frontend-design/SKILL.md +8 -1
  19. package/.claude/skills/gsap-animation/SKILL.md +182 -0
  20. package/.claude/skills/gsap-animation/references/frameworks.md +137 -0
  21. package/.claude/skills/{gsap-performance/SKILL.md → gsap-animation/references/performance.md} +10 -20
  22. package/.claude/skills/gsap-animation/references/plugins.md +390 -0
  23. package/.claude/skills/gsap-animation/references/react.md +122 -0
  24. package/.claude/skills/gsap-animation/references/scrolltrigger.md +255 -0
  25. package/.claude/skills/{gsap-timeline/SKILL.md → gsap-animation/references/timeline.md} +7 -19
  26. package/.claude/skills/gsap-animation/references/utils.md +254 -0
  27. package/.claude/skills/judgment-day/SKILL.md +19 -1
  28. package/.claude/skills/kaizen/SKILL.md +1 -0
  29. package/.claude/skills/nestjs-expert/SKILL.md +8 -0
  30. package/.claude/skills/product-manager-toolkit/SKILL.md +7 -1
  31. package/.claude/skills/react-doctor/SKILL.md +6 -0
  32. package/.claude/skills/seo-audit/SKILL.md +18 -9
  33. package/.claude/skills/shadcn-ui/SKILL.md +6 -0
  34. package/.claude/skills/stitch-design/SKILL.md +7 -0
  35. package/.claude/skills/systematic-debugging/SKILL.md +21 -0
  36. package/.claude/skills/tailwind-design-system/SKILL.md +8 -0
  37. package/.claude/skills/ui-ux-pro-max/SKILL.md +21 -0
  38. package/.claude/skills/vercel-react-best-practices/SKILL.md +3 -0
  39. package/.claude/templates/implementer.md +6 -0
  40. package/.claude/templates/leader.md +7 -1
  41. package/.claude/templates/reviewer.md +6 -0
  42. package/.claude/templates/tester.md +6 -0
  43. package/CHANGELOG.md +27 -0
  44. package/LICENSE +1 -1
  45. package/README.md +9 -8
  46. package/bin/akili.js +40 -0
  47. package/docs/cli.md +1 -1
  48. package/docs/commands/akili-constitution.md +11 -11
  49. package/docs/flow.md +20 -0
  50. package/docs/skills/README.md +34 -31
  51. package/docs/skills/brainstorming.md +2 -0
  52. package/docs/skills/cognitive-doc-design.md +2 -0
  53. package/docs/skills/governance.md +77 -0
  54. package/docs/skills/gsap-animation.md +29 -0
  55. package/docs/skills/judgment-day.md +2 -0
  56. package/docs/skills/product-manager-toolkit.md +1 -1
  57. package/docs/skills/seo-audit.md +2 -0
  58. package/docs/skills/systematic-debugging.md +2 -0
  59. package/docs/skills/ui-ux-pro-max.md +2 -0
  60. package/package.json +3 -2
  61. package/.claude/skills/gsap-core/SKILL.md +0 -254
  62. package/.claude/skills/gsap-frameworks/SKILL.md +0 -153
  63. package/.claude/skills/gsap-plugins/SKILL.md +0 -426
  64. package/.claude/skills/gsap-react/SKILL.md +0 -136
  65. package/.claude/skills/gsap-scrolltrigger/SKILL.md +0 -296
  66. package/.claude/skills/gsap-utils/SKILL.md +0 -284
  67. package/docs/skills/gsap-core.md +0 -21
  68. package/docs/skills/gsap-frameworks.md +0 -20
  69. package/docs/skills/gsap-performance.md +0 -21
  70. package/docs/skills/gsap-plugins.md +0 -20
  71. package/docs/skills/gsap-react.md +0 -22
  72. package/docs/skills/gsap-scrolltrigger.md +0 -21
  73. package/docs/skills/gsap-timeline.md +0 -20
  74. package/docs/skills/gsap-utils.md +0 -21
@@ -1,22 +0,0 @@
1
- # `gsap-react`
2
-
3
- ## Purpose
4
-
5
- Guides GSAP in React and Next.js, including `useGSAP`, refs, `gsap.context()`, selector scoping, and cleanup on unmount.
6
-
7
- ## Use When
8
-
9
- - Animating React or Next.js components with GSAP.
10
- - Avoiding stale refs, duplicate animations, or missing cleanup.
11
- - Scoping selectors safely inside components.
12
- - Integrating GSAP with React lifecycle and hydration constraints.
13
-
14
- ## Best Paired Commands
15
-
16
- - `/akili-specify` for React animation design.
17
- - `/akili-execute` for implementation.
18
- - `/akili-validate` for cleanup and performance review.
19
-
20
- ## Source
21
-
22
- - `../../.claude/skills/gsap-react/SKILL.md`
@@ -1,21 +0,0 @@
1
- # `gsap-scrolltrigger`
2
-
3
- ## Purpose
4
-
5
- Guides GSAP ScrollTrigger for scroll-linked animations, triggers, pinning, scrubbed timelines, parallax, and responsive scroll behavior.
6
-
7
- ## Use When
8
-
9
- - Building scroll-driven animation, parallax, pinned sections, or progress-linked motion.
10
- - Reviewing ScrollTrigger setup, cleanup, refresh behavior, or responsive configuration.
11
- - Recommending a scroll animation approach when no library is specified.
12
-
13
- ## Best Paired Commands
14
-
15
- - `/akili-specify` for scroll animation behavior and accessibility notes.
16
- - `/akili-execute` for implementation.
17
- - `/akili-validate` for motion and performance review.
18
-
19
- ## Source
20
-
21
- - `../../.claude/skills/gsap-scrolltrigger/SKILL.md`
@@ -1,20 +0,0 @@
1
- # `gsap-timeline`
2
-
3
- ## Purpose
4
-
5
- Guides GSAP timelines for sequencing animations, using position parameters, nesting timelines, controlling playback, and choreographing complex motion.
6
-
7
- ## Use When
8
-
9
- - Multiple animation steps must be coordinated.
10
- - A sequence needs pause, reverse, seek, or replay control.
11
- - A spec needs staged entrances, page transitions, or composed motion systems.
12
-
13
- ## Best Paired Commands
14
-
15
- - `/akili-specify` for animation choreography and design decisions.
16
- - `/akili-execute` for implementation.
17
-
18
- ## Source
19
-
20
- - `../../.claude/skills/gsap-timeline/SKILL.md`
@@ -1,21 +0,0 @@
1
- # `gsap-utils`
2
-
3
- ## Purpose
4
-
5
- Guides `gsap.utils` helpers such as `clamp`, `mapRange`, `normalize`, `interpolate`, `random`, `snap`, `toArray`, `wrap`, and `pipe`.
6
-
7
- ## Use When
8
-
9
- - Mapping scroll, pointer, or progress values into animation ranges.
10
- - Snapping or wrapping values.
11
- - Selecting DOM/SVG collections safely for animation.
12
- - Simplifying animation math and helper functions.
13
-
14
- ## Best Paired Commands
15
-
16
- - `/akili-execute` for implementation.
17
- - `/akili-validate` for simplifying or reviewing animation utilities.
18
-
19
- ## Source
20
-
21
- - `../../.claude/skills/gsap-utils/SKILL.md`