文件历史

提交图

5 次代码提交

作者 SHA1 备注 提交日期
TianTian 0e497aa1f1 fix codex cross-skill references 2026-05-12 09:12:13 +08:00
Federico Bartoli fea75b1647 Align skill descriptions with Anthropic best practices
Update all SKILL.md descriptions to lead with what the skill does
(third person) followed by trigger conditions, per Anthropic's
skill authoring docs. All original trigger conditions preserved.
Update description max chars to match Anthropic spec (1024).
Retain workflow-summary warning in skill-anatomy.md to prevent
agents from following descriptions instead of reading full skills.
Add Table of Contents to reference files longer than 100 lines so
Claude can see the full scope of available information even when
previewing with partial reads.
2026-03-31 22:41:45 +02:00
Federico Bartoli 702a894889 Soften prescriptive language for Claude 4.6 compatibility
Anthropic's Claude 4 prompting best practices document warns that
newer models overtrigger on strong directive language (Never/Always/MUST)
that was necessary for older models. This replaces aggressive directives
with natural phrasing across skills and agents while preserving all
security-critical rules (OWASP, prompt injection, secrets) unchanged.

Also reframes trunk-based development as "Recommended" with a note
acknowledging alternative branching strategies like gitflow.
2026-03-31 19:29:59 +02:00
Addy Osmani b5dd692cee Add cross-reference from spec-driven-development to context-engineering
The implementation phase now points to context-engineering for guidance
on loading the right spec sections per task instead of dumping the full
spec into context.
2026-03-28 00:42:29 -07:00
Addy Osmani 74445eaeda add spec-driven-development and planning-and-task-breakdown skills
Define and Plan phase skills covering structured specifications
before code and decomposing work into verifiable tasks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:36:24 -08:00