You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(website): add HAIKU references, rename Construction to Execution, add Operation/Reflection docs
- Add "Part of the HAIKU Method" badge on homepage with link to haikumethod.ai
- Update hero description to reference HAIKU as parent methodology
- Add HAIKU reference to footer, about page, start-here, docs index, quick-start
- Add HAIKU Method to navigation (Resources > Related Projects) and footer links
- Rename "Construction" to "Execution" across all website documentation
- Replace /construct with /execute in all docs (quick-start, workflows, guides, examples, checklists)
- Add Operational and Reflective workflow sections to workflows.md
- Add HAIKU reference note to AI-DLC paper
- Add changelog entry covering HAIKU integration, /execute, Operation, Reflection phases
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
(Human AI Knowledge Unification). It provides a framework for
21
29
organizing work into focused units with clear phases and
22
30
responsibilities.
23
31
</p>
@@ -41,7 +49,7 @@ export default function AboutPage() {
41
49
<h2>The Hat System</h2>
42
50
43
51
<p>
44
-
AI-DLC organizes work through hats — distinct mindsets that keep each phase of development focused. The default construction workflow uses three core hats, while specialized workflows add hats for security testing, design, TDD, and scientific debugging.
52
+
AI-DLC organizes work through hats — distinct mindsets that keep each phase of development focused. The default execution workflow uses three core hats, while specialized workflows add hats for security testing, design, TDD, and scientific debugging.
45
53
</p>
46
54
47
55
<h3>Planner</h3>
@@ -114,6 +122,23 @@ export default function AboutPage() {
0 commit comments