Initialize or migrate agent systems to Claude Code best practices architecture
Initialize new agent systems or migrate existing ones to Claude Code's recommended architecture. Use this when setting up automation, skills, or rules for the first time, or when standardizing existing workflows.
/plugin marketplace add wayne930242/Reflexive-Claude-Code/plugin install ACE-core@Reflexive-Claude-CodeInitialize new or migrate existing agent systems to recommended architecture.
You MUST invoke the Skill tool for each component. NEVER create files directly.
When creating any component:
Invoke project-discovery skill to:
Present findings to user for validation before proceeding.
Invoke agent-architect skill to:
Based on the architecture plan, execute each task by invoking the correct skill:
| Component | Skill to Invoke |
|---|---|
| Constitution | write-claude-md |
| Skills | write-skill |
| Slash commands | write-command |
| Subagents | write-subagent |
| Hooks (static checks) | write-hook |
| Rules (conventions) | write-rules |
Analyze the project to infer conventions. Ask the user only when uncertain:
Use findings to create rules via write-rules.
CRITICAL:
After all tasks complete, verify the architecture plan is fully implemented.