hierarchical-skill-creator

Enforce strict hierarchical SKILL.md and sub-SOP execution contracts.

77|15|Updated May 12, 2026
One-click install
npx skills add https://github.com/Waterball-Software-Academy/aixbdd --skill hierarchical-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hierarchical-skill-creator
Source: https://github.com/Waterball-Software-Academy/aixbdd/tree/main/.agents/skills/hierarchical-skill-creator
Command: npx skills add https://github.com/Waterball-Software-Academy/aixbdd --skill hierarchical-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of inconsistent, under-specified, and hard-to-run hierarchical SKILL.md documents by enforcing a strict top-level router plus sub-SOP execution structure with guardrails for reasoning scope and artifact side-effects.

Core Features & Use Cases

  • Hierarchical SKILL.md + sub-SOP routing: Constrains top-level SOP content to phase routing and principle declarations while requiring real steps to live in NN-<slug>/SOP.md subdirectories.
  • Strict principles and boilerplate requirements: Requires built-in principles (STRICT SOP, 長流程待辦(兩層), Artifact output contract) to standardize sequencing, latency control, and write permissions.
  • Authorized verbs and artifact write contracts: Enforces an all-caps verb set per step and requires explicit allowlisted write/update/create targets when filesystem changes occur.
  • Numbered phase mirroring with toolized Tier 0/Tier 1 todo: Requires phase numbers to mirror folder names and mandates creating Tier 0/Tier 1 checklists via available todo/task tools at the right moment.
  • Rule and rule-template structure: Standardizes rules/*.md into a consistent topic + Good + Bad structure so correctness can be validated by examples.

Quick Start

Ask the AI to generate a new hierarchical skill skeleton in hierarchical SKILL.md form, including required PRINCIPLE blocks and NN-<slug>/SOP.md sub-folders that follow the authorized step verbs and artifact write contract.

Frequently Asked Questions about hierarchical-skill-creator

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

FAQPage Schema
How do I enforce strict formatting and execution contracts for hierarchical SKILL.md files?

To enforce strict hierarchical SKILL.md formatting, use a system that constrains top-level routing to phase declarations while requiring real steps to live in NN-<slug>/SOP.md subdirectories. This structure standardizes sequencing and prevents unauthorized reads or writes.

What is the best way to structure multi-phase agent workflows with lazy loading?

The best way to structure multi-phase agent workflows is by mirroring numbered phase folders with NN-<slug>/SOP.md subdirectories. This enforces lazy loading of each phase and mandates Tier 0/Tier 1 checklists at the correct execution moments.

How do I prevent unauthorized file writes when executing SOP routing?

To prevent unauthorized file writes during SOP routing, apply an artifact output contract that requires explicit allowlisted write, update, and create targets. This restricts filesystem changes to only authorized artifacts.

Why do step verbs need to be standardized in skill authoring?

Step verbs need standardization in skill authoring to enforce a closed-vocabulary set, typically all-caps, which ensures correct execution sequencing. Standardized rules with Good and Bad examples validate correctness and prevent ambiguity.

When do I need reasoning guardrails for markdown spec generation?

You need reasoning guardrails for markdown spec generation when building multi-phase agent workflows where expanded reasoning must be constrained. Guardrails prevent unauthorized reasoning scope leaks during strict SOP execution.