Agent skill
root
Manage and guide Hikaze-Model-Manager-2 Codex project work via the .codex governance system. Use when the user says "root skill" or asks to start development based on the root skill, or when asked to set up or operate .codex constitution/workflows/guidelines/jobs, manage jobs/phases/tasks with Markdown checklists, or migrate project prompts from conductor/ into .codex/.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/root
SKILL.md
Root
Overview
Use this skill to govern Codex project work for Hikaze-Model-Manager-2 using the .codex directory structure, keeping immutable sources of truth stable while tracking jobs and design details.
Sources of truth and load order
- Read
.codex/constitution/for project principles, tech stack, and code standards. - Read
.codex/workflows/for the static workflow framework. - Read
.codex/guidelines/for implementation details and decisions. - Read
.codex/jobs/activated.mdand the active job file to understand current work.
Hard rules
- Do not edit
.codex/constitution/or.codex/workflows/unless the user explicitly requests changes. - Propose suggestions for constitution/workflows only; do not modify without explicit user instruction.
- Record new or changed design details in
.codex/guidelines/during design discussions. - Record designed but not implemented items in
.codex/guidelines/not_implemented.md. - Keep all .codex content in Markdown.
- Use a single file per job to carry phases and tasks.
- The last task of every phase must be user manual verification.
- Track branches as indented checklist items; complete same-indent branch items before returning to the parent flow.
- Update
.codex/jobs/activated.mdwhenever the active job changes. - If required .codex paths are missing, ask before creating them.
Job file format
Use jobs/<job>/<job>.md with Markdown checklists:
# Job: <job-name>
## Phase 1: <phase-name>
- [ ] Task: <task>
- [ ] Branch: <subtask>
- [ ] Branch: <subtask>
- [ ] User manual verification
## Phase 2: <phase-name>
- [ ] Task: <task>
- [ ] User manual verification
Workflow usage
- Treat workflows as the static guidance framework that governs each job and phase.
- Record workflow branches in the job file as indented checklists.
- Return to the parent flow after all items at the branch indent are complete.
Conductor migration (only if requested)
Migrate prompts from custom_nodes/Hikaze-Model-Manager-2/conductor/ to .codex/ only when the user asks:
conductor/product.md->.codex/constitution/product.mdconductor/tech-stack.md->.codex/constitution/tech-stack.mdconductor/code_styleguides/*->.codex/constitution/code_styleguides/*conductor/workflow.md->.codex/workflows/default.mdconductor/product-guidelines.md->.codex/guidelines/product-guidelines.mdconductor/archive/*->.codex/jobs/archive/*- Do not migrate
conductor/discrepancies/*unless the user explicitly requests it.
Language policy
Accept any input language. Choose output language by accuracy first, then token efficiency.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?