owo-x-project
- 14 skills
- 0 followers
- 9 hours ago last updated
- ▌ Docs 2 · owo-x-projectUse when updating README.md, CLAUDE.md, directory INDEX.md files, requirement documents, or checking consistency between documentation and implementation.
- ▌ Impl 2 · owo-x-projectUse when starting implementation. The main agent plans, supervises, reviews strictly, and delegates simple or scoped work to subCLAUDE when available.
- ▌ Plan 2 · owo-x-projectUse when requirements, scope, specifications, or implementation direction must be clarified with the user before changing code. Creates requirement documents under docs/requirements when the plan should persist.
- ▌ Design 2 · owo-x-projectUse before implementation when architecture, responsibility boundaries, dependency direction, extensibility, or cleanliness must be decided.
- ▌ Docs · owo-x-projectUse when updating README.md, AGENTS.md, directory INDEX.md files, requirement documents, or checking consistency between documentation and implementation.
- ▌ Impl · owo-x-projectUse when starting implementation. The main agent plans, supervises, reviews strictly, and delegates simple or scoped work to subagents when available.
- ▌ Plan · owo-x-projectUse when requirements, scope, specifications, or implementation direction must be clarified with the user before changing code. Creates requirement documents under docs/requirements when the plan should persist.
- ▌ Commit · owo-x-projectUse when splitting changes into reviewable commits and writing Japanese conventional commit messages like feat(scope): Japanese description.
- ▌ Design · owo-x-projectUse before implementation when architecture, responsibility boundaries, dependency direction, extensibility, or cleanliness must be decided.
- ▌ Review · owo-x-projectUse when reviewing code, plans, architecture, scope control, maintainability, future-proofing, or risk before accepting changes.
- ▌ Verify · owo-x-projectUse when running checks, tests, builds, static analysis, or manual verification, and when reporting what was verified or not verified.
- ▌ Cleanup · owo-x-projectUse when removing temporary workarounds, duplication, unclear names, stale files, or structural clutter without changing behavior.
- ▌ Handoff · owo-x-projectUse when creating a markdown handoff document for another session under docs/handoff with filenames like YYYYMMDD-Japanese-title.md. The directory must stay ignored by git.
- ▌ Target Validate · owo-x-projectUse when validating owox-harness outputs in a target repo, checking generated target harness files, tools, MCP, CLI behavior, and cross-CLI usability.