factory-applicability-discovery

Enumerate applicable governance entries before executing Myrmion AI Factory slash commands.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/e2its/myrmion-AI-factory --skill factory-applicability-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: factory-applicability-discovery
Source: https://github.com/e2its/myrmion-AI-factory/tree/main/.claude/skills/factory-applicability-discovery
Command: npx skills add https://github.com/e2its/myrmion-AI-factory --skill factory-applicability-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Governed AI agent workflows often execute commands under unreviewed rules, with no opportunity for users to veto unexpected or unwanted policies before actions are taken. This Skill eliminates that risk by mandating a full, transparent listing of all applicable governance entries before any command proceeds.

Core Features & Use Cases

  • Live Frontmatter-Driven Discovery: Automatically scans all governance entries (LAWs, defect prevention catalogs, technical rules, instructions, structural skills) and filters them based on the current command's runtime context (phase, scope, change type, active frameworks) with no precomputed static lists.
  • Fixed-Format On-Screen Roll-Call: Emits a standardized, parseable output block as the very first user-facing message of every slash command, so users can immediately see what rules apply and flag any discrepancies before work begins.
  • Auto-Drift Detection: Computes a discovery hash of all scanned frontmatter to automatically detect if governance entries are modified mid-session, triggering a re-roll-call before any further destructive actions.
  • Use Case: When a developer runs the /implement --build command for a backend-only feature change in a FastAPI project, this Skill first lists all active security policies, Python-specific defect prevention rules, and applicable structural skills, letting the developer confirm the ruleset is correct before code generation starts.

Quick Start

When running any Myrmion AI Factory slash command, this Skill automatically executes first to display the complete list of applicable governance rules, defect prevention entries, and active skills for your current task context before any further command actions are taken.

Frequently Asked Questions about factory-applicability-discovery

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

FAQPage Schema
How do I show applicable governance rules before an AI agent executes a command?

To show applicable governance rules before command execution, this mechanism enforces pre-action transparency by scanning active LAWs, technical rules, and instructions against runtime context. It emits a fixed-format roll-call block as the first user-facing message before any actions are taken.

How does frontmatter filtering work for AI agent workflow governance?

Frontmatter filtering for AI agent workflow governance works by dynamically scanning all governance entries and filtering them based on the current command's runtime context. This includes command phase, project scope, change type, and active technology frameworks to exclude non-applicable entries with explicit reasoning.

What is pre-action validation in governed software development lifecycle workflows?

Pre-action validation in governed SDLC workflows is a deterministic discovery process that mandates a full, transparent listing of all applicable governance entries before a command proceeds. It allows users to review and veto unexpected policies or defect prevention rules before code generation starts.

How do I detect mid-session drift when governance rules change during an AI agent workflow?

To detect mid-session drift when governance rules change, this approach computes a discovery hash of all scanned frontmatter. If governance entries are modified mid-session, the hash automatically triggers a re-roll-call before any further destructive actions are taken.

Can I use this governance discovery process for a FastAPI backend-only feature change?

Yes, you can use this governance discovery process for a FastAPI backend-only feature change. When running an implement command, it lists all active security policies, Python-specific defect prevention rules, and applicable structural skills, letting you confirm the ruleset before proceeding.

Why does my AI agent execute commands under unreviewed rules without a roll-call?

Your AI agent executes commands under unreviewed rules without a roll-call because it lacks a deterministic, frontmatter-driven discovery process. Implementing pre-action transparency ensures a standardized, parseable output block is emitted as the very first message for immediate user review.