asa-trigger-boundary-mapper
Use when mapping when a skill should activate, when it should not activate, and what boundaries constrain safe use.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when mapping when a skill should activate, when it should not activate, and what boundaries constrain safe use.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Demonstrates the Agent Skill Anatomy harness with a tiny local skill.
Use when selecting and composing skill anchors into a chosen reuse form without assuming a full workflow is required.
Use when auditing whether a skill decomposition is evidence-grounded, over-inference-safe, and publishable.
Use when comparing multiple model outputs for the same skill decomposition task across quality, omissions, and fit.
Use when turning structured skill decomposition artifacts into beginner, expert, report, or Obsidian reading layers.
Use when explaining what each file, script, reference, asset, or template does inside a skill package.
| name | asa-trigger-boundary-mapper |
| description | Use when mapping when a skill should activate, when it should not activate, and what boundaries constrain safe use. |
| internal_meta_skill | true |
| asa_role | structure_analyst |
| output_contract | structure_analysis.activation |
Use this internal meta-skill when a model must determine when a skill should be invoked, when it should not be invoked, and what boundary conditions limit safe use.
This skill fixes the failure mode where an analyst treats examples, keywords, or broad domain terms as universal triggers.
SKILL.md frontmatter description.Return activation content suitable for structure_analysis.json:
activation:
explicit_triggers: []
semantic_triggers: []
negative_triggers: []
boundary_conditions: []
misfire_risks: []
confidence:
evidence: []
In addition to activation content, emit minimal anchor cards when the source supports them. Keep this lightweight; do not decide dispatch policy inside this skill.
Recommended anchor types:
trigger_anchor: explicit or semantic activation conditions.boundary_anchor: prerequisites, scope limits, and non-goals.handoff_anchor: conditions where another skill or composed anchor should take over.misfire_anchor: false-positive patterns that should not invoke the skill.Minimal anchor card shape:
anchors:
- id: anchor.<skill_id>.trigger.<slug>
source_skill_id:
anchor_type: trigger_anchor
name:
summary:
evidence:
path:
quote:
confidence: low | medium | high
reuse_modes:
- reference_only
- temporary_composition
- agent_rule_patch
risks:
- possible trigger overlap with existing user skills
Anchor rules:
trigger_anchor only for source-backed activation conditions.boundary_anchor for non-goals, prerequisites, permission limits, runtime limits, and false scope assumptions.handoff_anchor only when source wording or structure implies a transition to another skill, tool, or workflow stage.misfire_anchor for broad keywords that look related but should not activate the skill.asa-anchor-composition-planner.SKILL.md as a trigger.A strong trigger map lets a reader answer: