strategy-review

Spawns an architect agent to review project state and refine roadmap direction.

Updated Dec 27, 2025
One-click install
npx skills add https://github.com/HendrikGC02/Astroray --skill strategy-review-hendrikgc02
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: strategy-review
Source: https://github.com/HendrikGC02/Astroray/tree/main/.claude/skills/strategy-review
Command: npx skills add https://github.com/HendrikGC02/Astroray --skill strategy-review-hendrikgc02

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Long-running development projects drift from their roadmap without periodic strategic checkpoints. This Skill automates a structured strategy review by spawning an architect agent that gathers recent git history, pull requests, and render outputs, then surfaces project state and asks one focused question about direction. ## Core Features & Use Cases - Automated Context Gathering: The architect agent silently pre-gathers git log, closed PRs, render outputs, and convergence plots before reporting. - Visual State Summary: Surfaces project state in 3-5 lines with embedded renders from test_results/ and benchmarks/ directories. - Roadmap Maintenance: Updates ROADMAP.md when direction changes and opens a documentation PR. - Use Case: After closing a development round in a renderer project, run this Skill to get a concise visual summary of progress and a single open question that forces an explicit decision about the next milestone. ## Quick Start Invoke /strategy-review to have the architect agent summarize recent project state with renders and ask one question about direction.

Frequently Asked Questions about strategy-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a strategy review on my project?▼

Invoke /strategy-review to spawn the architect agent in state+refine mode. It pre-gathers git log, closed PRs, and render outputs silently, then surfaces project state with visuals and one open question about direction.

What does the architect agent do during a strategy review?▼

The agent reads git log and PRs since the last review, examines showcase HTML and convergence or parity PNGs in test_results/ and benchmarks/, then presents state in 3-5 lines with embedded renders and asks one short open question.

When should I trigger a strategy review?▼

Run it manually at any time for a direction check, automatically after /close-round each round as a light pass, or after every third round as a full pass with render comparison.

Does the strategy review update project documentation?▼

Yes. After you respond to the agent's question, it updates ROADMAP.md if the direction changed and opens a documentation PR with the changes.

What inputs does the strategy review need to work?▼

It needs a git repository with commit history and PRs, render outputs or convergence plots in test_results/ and benchmarks/, and a ROADMAP.md file. Without these artifacts the agent has no state to surface.