File tree Expand file tree Collapse file tree
skills/using-skill-library Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Agents (or humans acting in these roles) should behave as follows:
7979When starting a new session (human or agent), do the following:
8080
81811 . ** Bootstrap Skills** : Apply ` skills/using-skill-library/SKILL.md ` .
82- - Load the Skills table from ` README .md` .
82+ - Load skill name + description from each skill's front matter in ` skills/**/SKILL .md` .
8383 - Read ` docs/principles.md ` for priority/conflict rules.
84842 . ** Brainstorm** : Apply ` skills/brainstorming/SKILL.md ` .
8585 - Explore requirements and design alternatives.
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ and workflow discipline.
3131
3232## Postcondition Success Signal
3333
34- - Skills table is loaded from ` README .md` .
34+ - Skill front matter (name + description) is loaded from ` skills/**/SKILL .md` .
3535- Priority and conflict rules are loaded from ` docs/principles.md ` .
3636- Relevant skills are identified and announced before acting.
3737
3838---
3939
4040## Process
4141
42- 1 . ** Inventory** : Read ` README.md ` and load the Skills table .
42+ 1 . ** Inventory** : Read each skill's front matter ( ` name ` , ` description ` ) from ` skills/**/SKILL.md ` .
43432 . ** Principles** : Read ` docs/principles.md ` for priority and conflicts.
44443 . ** Trigger Check** : Match the task to relevant skills.
45454 . ** Announce** : State which skills apply and why.
You can’t perform that action at this time.
0 commit comments