Imported from clear0215/research-planning-architect (
AGENTS.md). Install upstream withnpx skills add clear0215/research-planning-architect. Copyright stays with the author.
Skill Maintenance Rules
These rules apply to this skill folder.
- Keep
SKILL.mdconcise and procedural; move long rubrics, examples, and reusable domain guidance intoreferences/. - Keep frontmatter limited to
nameanddescription;namemust match the folder name. - Make trigger descriptions specific enough to avoid generic research, writing, or coding tasks.
- Do not hard-code local absolute paths in scripts, examples, or templates.
- Scripts must be runnable with
--help, avoid destructive defaults, and protect existing output files unless a force flag is used. - After edits, run
python3 scripts/validate_skill.py .and at least one representative script smoke test. - Do not commit generated caches, temporary outputs, or test artifacts inside the skill folder.