moai-alfred-rules-2

Validate MoAI-ADK rule compliance for skill invocation, AskUserQuestion usage, TRUST gates, TAG chains, and commit formats.

1|Updated Jul 28, 2025
One-click install
npx skills add https://github.com/kivo360/quickhooks --skill moai-alfred-rules-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-alfred-rules-2
Source: https://github.com/kivo360/quickhooks/tree/main/.claude/skills/moai-alfred-rules
Command: npx skills add https://github.com/kivo360/quickhooks --skill moai-alfred-rules-2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates Alfred rules, AskUserQuestion usage, TRUST 5 gates, and TAG chain checks.

Core Features & Use Cases

  • Mandatory Invocations: 55 Skills to invoke explicitly.
  • AskUserQuestion: Decision patterns for ambiguity.
  • TAG Chains: Integrity checks and traceability.

Quick Start

Validate a workflow against the complete Alfred Rules before execution.

Frequently Asked Questions about moai-alfred-rules-2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate skill invocations against MoAI-ADK rule compliance?

MoAI-ADK rule compliance validation checks whether skill invocations follow mandatory patterns, enforce TRUST 5 quality gates, and maintain TAG chain integrity. This Skill enforces 55 mandatory skill invocations and prevents direct tool usage, ensuring workflows meet development and validation requirements before execution.

When should I use AskUserQuestion versus direct skill invocation in ambiguous workflows?

AskUserQuestion applies when user input or clarification is required to resolve ambiguity in skill selection or parameters. This Skill defines 5 decision patterns that determine when to prompt users instead of proceeding with skill invocation, supporting TDD workflows and explicit Skill(...) patterns.

What are TAG chain integrity rules and why do they matter?

TAG chains trace skill execution lineage and maintain data provenance across workflows. This Skill validates TAG chain integrity, checking that tags propagate correctly through skill invocations and commit messages follow required formats, preventing breaks in traceability.

How do I enforce TRUST 5 quality gates across skill workflows?

TRUST 5 gates establish quality checkpoints for skill invocation and validation workflows. This Skill verifies TRUST adherence across mandatory invocations, AskUserQuestion usage, and TAG integrity, blocking workflows that fail quality requirements before execution.

Can I use these rules with existing MoAI workflow automation tools?

Yes. This Skill integrates Alfred rule validation into MoAI workflows, working with existing skill invocation patterns. It requires explicit Skill(...) invocation syntax and validates against 55 mandatory skills, TDD workflows, and TAG chain rules without external dependencies.

What happens when a workflow violates mandatory skill invocation or commit message format rules?

Violations block workflow execution. This Skill prevents direct tool usage, rejects invocations missing mandatory skills, and flags commit messages failing format checks, ensuring only compliant workflows proceed through development and validation pipelines.