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 职业分类
| 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:
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.