dev.speculate
Installation
SKILL.md
Project Understanding (Speculate Framework)
This skill provides comprehensive project context through the Speculate documentation framework. It ensures agents always have access to coding rules, development workflows, and project structure.
Automatic Initialization
IMPORTANT: Before working on any task, check if the Speculate docs are initialized.
Look for docs/docs-overview.md in the current project.
If it doesn't exist, initialize now using the install script
node ~/.claude/skills/dev.speculate/scripts/install.js
This copies the complete Speculate documentation structure to docs/:
docs/docs-overview.md- Overview of all documentationdocs/development.md- Project development workflows (you'll need to customize this)docs/general/- Cross-project rules, shortcuts, templatesdocs/project/- Project-specific specs, architecture, research