gstack-openclaw-ceo-review

Reviews implementation plans across eleven sections covering architecture, errors, security, and observability.

Updated May 15, 2026
One-click install
npx skills add https://github.com/tgmarinho/canetaco --skill gstack-openclaw-ceo-review-tgmarinho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-openclaw-ceo-review
Source: https://github.com/tgmarinho/canetaco/tree/main/.claude/skills/gstack/openclaw/skills/gstack-openclaw-ceo-review
Command: npx skills add https://github.com/tgmarinho/canetaco --skill gstack-openclaw-ceo-review-tgmarinho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans often ship with hidden failure modes, vague error handling, and unexamined scope decisions. This Skill applies a rigorous CEO-style review to any plan before implementation, catching landmines early and forcing explicit scope decisions. ## Core Features & Use Cases - Scope Mode Selection: Choose between scope expansion, selective expansion, hold scope, or scope reduction, with every scope change requiring explicit user opt-in. - Eleven-Section Review: Systematically evaluates architecture, error handling, security, data flows, code quality, tests, observability, database design, API contracts, performance, and UX. - Structured Summary Output: Produces a CEO review summary with strongest challenges, recommended path, accepted scope, and deferred items saved to memory. - Use Case: Before implementing a new feature touching multiple files, run this review to map every error path, identify missing tests, and decide whether the plan's scope should grow or shrink. ## Quick Start Ask the AI to run a CEO review on your implementation plan and challenge its scope, error handling, and edge cases before writing any code.

Frequently Asked Questions about gstack-openclaw-ceo-review

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

FAQPage Schema
How do I review an implementation plan before coding?

Run a structured plan review that evaluates architecture, error handling, security, data flows, tests, and observability section by section. This Skill walks through eleven mandatory sections and asks about each issue one at a time before producing a summary.

What is a CEO-style plan review?

A CEO-style review challenges the plan's premise, scope, and failure modes rather than rubber-stamping it. It classifies decisions by reversibility, maps shadow data paths, and forces explicit opt-in for any scope expansion or reduction.

Can this review expand or reduce my plan's scope?

Yes, it offers four modes: scope expansion, selective expansion, hold scope, and scope reduction. Every scope change requires explicit user approval, and the reviewer never silently adds or removes scope.

Does the plan review make code changes?

No, the review explicitly prohibits code changes and implementation. Its only job is to evaluate the plan, surface issues one at a time, and produce a summary with accepted scope and deferred items.

When should I use scope reduction mode?

Use scope reduction when a plan touches many files or contains non-essential work. The mode ruthlessly cuts to the minimum viable version that achieves the core outcome, separating follow-up work into explicit deferred items.