What problem does it solve? Legacy invocation paths referencing the retired 7-Phase meta-harness workflow would otherwise hit a dead end; this Skill intercepts them, surfaces a deprecation notice, and routes users to the v4 harness Builder (/moai:harness) that generates project-specific agent teams and hns-* skills. ## Core Features & Use Cases - Deprecation Redirect: Converts any backward-compat invocation of the 7-Phase workflow into a pointer to the v4 Builder with its ANALYZE / PLAN / GENERATE / ACTIVATE phases. - Historical Reference: Preserves the original 7-Phase workflow body (Discovery through Iteration) plus reference docs on agent cross-references, architectural patterns, and hierarchical scoring for audit purposes. - Namespace Contract Documentation: Defines the HARD rules separating template-managed moai-* skills from user-generated hns-* harness artifacts. - Use Case: A user on an older MoAI setup triggers the legacy harness-generation path; instead of failing, they receive the deprecation notice and the exact /moai:harness command to create their harness with the v4 Builder. ## Quick Start Ask the AI to create a new harness by issuing /moai:harness followed by a natural-language description of your project's domain and goals.