← 返回
未分类 中文

Spec Plan Build Review

Run a proportional delivery lifecycle for software or skill work: clarify scope, create a concise plan, implement, verify, review, and ship. Use when the use...
运行比例化交付生命周期:明确范围、制定简明计划、实施、验证、评审、发布。适用于...
zack-dev-cm zack-dev-cm 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 287
下载
💾 0
安装
1
版本
#codex#delivery#latest#lifecycle#planning#release#review#skills

概述

Spec Plan Build Review

Use this skill to turn non-trivial work into a controlled delivery loop. Keep it proportional: tiny edits can skip straight to implementation and verification.

Lifecycle

  1. Spec
    • Identify the user-visible outcome, affected repo or package, and non-goals.
    • Read local context before deciding the implementation shape.
    • If requirements conflict, resolve from source evidence or ask one focused question.
  1. Plan
    • Make a short checklist only when it helps.
    • Keep one item in progress at a time.
    • Assign verification before shipping, not after.
  1. Build
    • Reuse existing patterns and helpers.
    • Keep changes tightly scoped to the stated outcome.
    • Avoid unrelated refactors, formatting churn, and broad dependency changes.
  1. Verify
    • Run the narrowest reliable local checks first.
    • Add or update tests when behavior changed.
    • Record any checks that could not run and why.
  1. Review
    • Inspect the diff as if reviewing a PR.
    • Lead with defects, missed tests, user-visible regressions, and release risks.
    • For risky work, use a fresh-context or high-risk review skill before shipping.
  1. Ship
    • Confirm a clean worktree except intended changes.
    • Commit with a specific message.
    • Push and verify remote CI.
    • Create release artifacts only after CI is green.

Proportionality Guide

  • tiny: one file or docs-only edit; implement and run a direct check.
  • normal: small feature or bug fix; plan, implement, test, review.
  • release: public package, ClawHub skill, security-sensitive change, or migration; run full lifecycle and remote CI.
  • high-risk: destructive operations, credentials, permissions, money, production, public policy; add fresh-context skeptical review.

Review Personas

Use these lenses during the review step:

  • code reviewer: correctness, maintainability, local conventions.
  • test engineer: missing coverage, flaky assumptions, reproducibility.
  • security reviewer: permissions, secrets, data exposure, supply chain, release surface.

If the runtime supports real subagents and the task is large enough, fan out independent review passes. Otherwise, apply the lenses sequentially in the main context and keep findings concrete.

Ship Checklist

  • Local tests or validators pass.
  • Public metadata is current.
  • No generated temp files are staged.
  • GitHub Actions are green for the pushed commit or tag.
  • ClawHub publish uses the same version as the repo release.
  • Final status names the shipped version, checks, and any residual risk.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-21 14:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,448
business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,241
dev-programming

Data Science CV Repro Reviewer

zack-dev-cm
审查计算机视觉实验的可重复性证据、数据集准备度、指标阈值和上线风险。当用户要求谨慎的CV实验时使用。
★ 1 📥 957