plan-ceo-review — for Claude Code plan-ceo-review, Vitali, community, for Claude Code, ide skills, AUTO-GENERATED, SKILL.md.tmpl, directly, Regenerate, gen:skill-docs

v1.0.0

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --. Resumo localizado: Only run skills the user explicitly types (e.g., /qa, /ship). This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Recursos

<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --
<!-- Regenerate: bun run gen:skill-docs --
Preamble (run first)
[ -n "$ UPD" ] && echo "$ UPD" true
mkdir -p /.gstack/sessions

# Core Topics

tropeks tropeks
[0]
[0]
Updated: 3/31/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
60
Canonical Locale
en
Detected Body Locale
en

Cenario recomendado: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --. Resumo localizado: Only run skills the user explicitly types (e.g., /qa, /ship). This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Por que usar essa habilidade

Recomendacao: plan-ceo-review helps agents <!-- auto-generated from skill.md.tmpl — do not edit directly --. Only run skills the user explicitly types (e.g., /qa, /ship). This AI agent skill supports Claude Code

Melhor para

Cenario recomendado: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --.

Casos de Uso Práticos for plan-ceo-review

Caso de uso: Applying <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --
Caso de uso: Applying <!-- Regenerate: bun run gen:skill-docs --
Caso de uso: Applying Preamble (run first)

! Segurança e Limitações

  • Limitacao: <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --
  • Limitacao: zsh-compatible: use find instead of glob to avoid NOMATCH error
  • Limitacao: If PROACTIVE is "false", do not proactively suggest gstack skills AND do not

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is plan-ceo-review?

Cenario recomendado: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --. Resumo localizado: Only run skills the user explicitly types (e.g., /qa, /ship). This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install plan-ceo-review?

Run the command: npx killer-skills add tropeks/Vitali/plan-ceo-review. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for plan-ceo-review?

Key use cases include: Caso de uso: Applying <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --, Caso de uso: Applying <!-- Regenerate: bun run gen:skill-docs --, Caso de uso: Applying Preamble (run first).

Which IDEs are compatible with plan-ceo-review?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for plan-ceo-review?

Limitacao: <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --. Limitacao: zsh-compatible: use find instead of glob to avoid NOMATCH error. Limitacao: If PROACTIVE is "false", do not proactively suggest gstack skills AND do not.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add tropeks/Vitali/plan-ceo-review. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use plan-ceo-review immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

plan-ceo-review

Only run skills the user explicitly types (e.g., /qa, /ship). This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. <!-- AUTO-GENERATED

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --> <!-- Regenerate: bun run gen:skill-docs -->

Preamble (run first)

bash
1_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true) 2[ -n "$_UPD" ] && echo "$_UPD" || true 3mkdir -p ~/.gstack/sessions 4touch ~/.gstack/sessions/"$PPID" 5_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ') 6find ~/.gstack/sessions -mmin +120 -type f -delete 2>/dev/null || true 7_CONTRIB=$(~/.claude/skills/gstack/bin/gstack-config get gstack_contributor 2>/dev/null || true) 8_PROACTIVE=$(~/.claude/skills/gstack/bin/gstack-config get proactive 2>/dev/null || echo "true") 9_PROACTIVE_PROMPTED=$([ -f ~/.gstack/.proactive-prompted ] && echo "yes" || echo "no") 10_BRANCH=$(git branch --show-current 2>/dev/null || echo "unknown") 11echo "BRANCH: $_BRANCH" 12_SKILL_PREFIX=$(~/.claude/skills/gstack/bin/gstack-config get skill_prefix 2>/dev/null || echo "false") 13echo "PROACTIVE: $_PROACTIVE" 14echo "PROACTIVE_PROMPTED: $_PROACTIVE_PROMPTED" 15echo "SKILL_PREFIX: $_SKILL_PREFIX" 16source <(~/.claude/skills/gstack/bin/gstack-repo-mode 2>/dev/null) || true 17REPO_MODE=${REPO_MODE:-unknown} 18echo "REPO_MODE: $REPO_MODE" 19_LAKE_SEEN=$([ -f ~/.gstack/.completeness-intro-seen ] && echo "yes" || echo "no") 20echo "LAKE_INTRO: $_LAKE_SEEN" 21_TEL=$(~/.claude/skills/gstack/bin/gstack-config get telemetry 2>/dev/null || true) 22_TEL_PROMPTED=$([ -f ~/.gstack/.telemetry-prompted ] && echo "yes" || echo "no") 23_TEL_START=$(date +%s) 24_SESSION_ID="$$-$(date +%s)" 25echo "TELEMETRY: ${_TEL:-off}" 26echo "TEL_PROMPTED: $_TEL_PROMPTED" 27mkdir -p ~/.gstack/analytics 28echo '{"skill":"plan-ceo-review","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}' >> ~/.gstack/analytics/skill-usage.jsonl 2>/dev/null || true 29# zsh-compatible: use find instead of glob to avoid NOMATCH error 30for _PF in $(find ~/.gstack/analytics -maxdepth 1 -name '.pending-*' 2>/dev/null); do 31 if [ -f "$_PF" ]; then 32 if [ "$_TEL" != "off" ] && [ -x "~/.claude/skills/gstack/bin/gstack-telemetry-log" ]; then 33 ~/.claude/skills/gstack/bin/gstack-telemetry-log --event-type skill_run --skill _pending_finalize --outcome unknown --session-id "$_SESSION_ID" 2>/dev/null || true 34 fi 35 rm -f "$_PF" 2>/dev/null || true 36 fi 37 break 38done 39# Learnings count 40eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)" 2>/dev/null || true 41_LEARN_FILE="${GSTACK_HOME:-$HOME/.gstack}/projects/${SLUG:-unknown}/learnings.jsonl" 42if [ -f "$_LEARN_FILE" ]; then 43 _LEARN_COUNT=$(wc -l < "$_LEARN_FILE" 2>/dev/null | tr -d ' ') 44 echo "LEARNINGS: $_LEARN_COUNT entries loaded" 45else 46 echo "LEARNINGS: 0" 47fi

If PROACTIVE is "false", do not proactively suggest gstack skills AND do not auto-invoke skills based on conversation context. Only run skills the user explicitly types (e.g., /qa, /ship). If you

Habilidades Relacionadas

Looking for an alternative to plan-ceo-review or another community skill for your workflow? Explore these related open-source skills.

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor