Consider renaming repo to 'architecture' to include engineering patterns #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The
/retrocommand captures learnings from completed work, but these learnings often go beyond AI workflow improvements - they include general engineering patterns like:Problem
Currently this repo is named
aiand focused on Claude Code setup (commands, skills, agents). But:Proposal
Rename repo from
aitoarchitectureto encompass:The name "architecture" covers both:
Key insight
"Setting up AI" isn't just mechanical config - it includes teaching Claude our engineering practices. The patterns become knowledge that Claude uses on future work via
@~/.claude/patterns/xxx.mdreferences.Questions to resolve
architecturethe right name? Alternatives:engineering,practices,workflowImplementation plan created. See issues #38-#44 for the breakdown:
Dependency order:
Completed
This has been fully implemented via issues #38-#44:
What was implemented
Repo renamed from
aitoarchitecture(#44)Organization-level identity via
manifesto.md(#38):Learnings system via
learnings/folder (#39):Vision structure clarified (#40, #41, #43):
/manifestocommand for organization-level/visioncommand for product-levelRetro flow simplified (#42):
Key insight realized
Instead of a
patterns/folder, we uselearnings/that get encoded into skills/commands/agents - making the knowledge active rather than passive.