plugins marketplace
← All plugins

crest-recon

v1.9.1

Strategic context reconnaissance — read existing roadmaps, OKRs, competitive docs, and briefs to establish context before planning. Use when asked to "understand our strategy", "what's the current roadmap", "what OKRs do we have", "strategic context", or before starting any prioritization or roadmap work.

Claude Code1 skill

by tonone-aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/crest-recon/ inside the repository.

Layout

plugins/ai-agency/tonone/skills/crest-recon/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

crest-reconSKILL.md

Strategic context reconnaissance — read existing roadmaps, OKRs, competitive docs, and briefs to establish context before planning. Use when asked to "understand our strategy", "what's the current roadmap", "what OKRs do we have", "strategic context", or before starting any prioritization or roadmap work.

Manifests1

plugins/ai-agency/tonone/skills/crest-recon/.claude-plugin/plugin.json
{
  "name": "crest-recon",
  "version": "1.9.1",
  "description": "Strategic context reconnaissance — read existing roadmaps, OKRs, competitive docs, and briefs to establish context before planning. Use when asked to \"understand our strategy\", \"what's the current roadmap\", \"what OKRs do we have\", \"strategic context\", or before starting any prioritization or roadmap work.",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "crest",
    "skill"
  ]
}