What problem does it solve?
Legacy invocation paths referencing the retired 7-Phase meta-harness workflow would hit a dead end; this Skill intercepts those calls, surfaces a deprecation notice, and redirects users to the v4 harness Builder so backward-compatible invocations still resolve correctly.
Core Features & Use Cases
- Deprecation Redirect: Routes any legacy 7-Phase invocation to
/moai:harness <natural-language request>, which runs Context-First Discovery and the orchestrator-direct 4-phase Builder (ANALYZE / PLAN / GENERATE / ACTIVATE).
- Historical Reference Preservation: Retains the full 7-Phase workflow body, agent cross-references, and hierarchical scoring documentation as reference material for understanding prior harness generations.
- Namespace Contract Documentation: Defines the
hns-* user-generated namespace versus the template-managed moai-* namespace, including update-safety guarantees for user-owned harness artifacts.
- Use Case: A user on an older MoAI-ADK setup triggers the legacy meta-harness path; instead of failing, they receive a clear deprecation notice and the exact v4 command to create their project harness.
Quick Start
Ask the AI to create a new project harness by issuing /moai:harness followed by a natural-language description of your project's domain and goals.