TopRank Skills

Home / Claw Skills / 其他 / presale-service-bootstrap
Official OpenClaw rules 15%

presale-service-bootstrap

Scaffold a new presale service foundation (docs/config/plans/readiness) before coding. Use when starting a new presale automation service, rebuilding project context, or preparing reusable one-pass execution artifacts.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 presale-service-bootstrap 技能。 若已安装,则直接安装 presale-service-bootstrap 技能。

Overview

Skill Key
dtsiomo/presale-service-bootstrap
Author
dtsiomo
Source Repo
openclaw/skills
Version
-
Source Path
skills/dtsiomo/presale-service-bootstrap
Latest Commit SHA
a65b0a782e9d508881d52ad8933c715743712e09

Extracted Content

SKILL.md excerpt

Create the service foundation before any implementation.

## Execute
1. Create the minimal repo structure: `docs/`, `config/`, `src/`, `tests/`, `prompts/`, `scripts/`.
2. Build canonical context docs from templates.
3. Build at least one implementation plan with gap-check, acceptance scenarios, verification matrix, and summary snapshots.
4. Build one-pass launch docs and readiness checklist.
5. Freeze non-goals and constraints in writing.

## Use deterministic scaffold tool first
Run `tools/new-presale-service.ps1` from this skill pack when possible.

## Then fill definitions
Read and apply:
- `references/workflow.md`
- `references/artifacts.md`

## Required quality gates
- No definitions -> no coding.
- No readiness checklist -> no one-pass launch.
- No verification matrix template in plans -> no implementation approval.

Related Claw Skills