Initialize or migrate agent systems to Claude Code best practices architecture
Migrates agent systems to Claude Code best practices architecture using skill-based workflows.
/plugin marketplace add wayne930242/Reflexive-Claude-Code/plugin install wayne930242-ace-core-plugins-ace-core@wayne930242/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.