Notre avis
Textum est un workflow structuré pour passer du PRD au code via des étapes de planification, rendu, vérification et découpage, avec une contrainte forte de réduction du bruit.
Points forts
- Réduit le bruit dans les sorties en limitant les narrations inutiles.
- Multi-fenêtrage : chaque étape est autonome.
- Inclut des vérifications (gates) pour valider la qualité à chaque phase.
- Support du chinois pour les intents.
Limites
- Nécessite `uv` installé et une synchronisation préalable.
- Le mode expérimental `Story Full Exec` peut être instable.
- La gestion des échecs est textuelle et peut alourdir le suivi.
Lorsqu'on veut générer du code à partir d'un PRD de manière reproductible et avec un contrôle qualité par étapes.
Pour des projets très simples ou sans besoin de traçabilité PRD→code.
Analyse de sécurité
SûrThe skill is a declarative workflow description with no dangerous commands; only uses 'uv sync' for local Python dependency management, which is safe and standard.
Aucun point d'attention détecté
Exemples
需求澄清,帮我生成PRD计划。输出PRD,基于现有的参考资料。Story Exec 执行当前story。name: textum description: Textum PRD→Scaffold→Story workflow for Codex with low-noise outputs and gate checks.
Textum
Hard constraints:
- Low-noise is non-negotiable (avoid attention/context pollution).
- Multi-window: each stage is self-contained; do not narrate upstream/downstream flow.
- Output “next step” as a stage name only.
Prereq (runtime):
uvinstalled.- Run
uv sync --project .claude/skills/textum/scriptsonce (creates.claude/skills/textum/scripts/.venv).
Supported stages:
- PRD Plan →
references/prd-plan.md - PRD Check →
references/prd-check.md - PRD Render →
references/prd-render.md - PRD Slice →
references/prd-slice.md - Scaffold Plan →
references/scaffold-plan.md - Scaffold Render →
references/scaffold.md - Scaffold Check →
references/scaffold-check.md - Split Plan →
references/split-plan.md - Split Generate →
references/split.md - Split Check1 →
references/split-check1.md - Split Check2 →
references/split-check2.md - Split Checkout →
references/split-checkout.md - Story Check →
references/story-check.md - Story Pack →
references/story-pack.md - Story Exec →
references/story.md - Story Full Exec (experimental) →
references/story-full-exec.md
Routing:
- CN intent examples:
PRD Plan: 需求澄清 / 澄清需求 / PRD 计划PRD Render: 生成PRD / 渲染PRD / 输出PRDPRD Check: 校验PRD / 检查PRD / 门禁PRD Slice: PRD 切片 / 切片 / 低噪切片 / sliceScaffold Plan: 上下文提取 / 全局上下文 / Scaffold 计划Scaffold Render: 生成GLOBAL-CONTEXT / 渲染GLOBAL-CONTEXT / 输出GLOBAL-CONTEXTScaffold Check: 校验GLOBAL-CONTEXT / 检查GLOBAL-CONTEXT / GC 门禁Split Plan: Story 拆分规划 / Split Plan / 拆分计划Split Generate: 生成Story / Split Generate / 拆分生成Split Check1: Split 校验1 / 拆分校验1 / 结构阈值校验Split Check2: Split 校验2 / 拆分校验2 / 引用一致性校验Split Checkout: Split Checkout / 依赖图 / 导出依赖图Story Check: Story 校验 / Story Check / 单 Story 门禁Story Pack: Story 执行包生成 / Story Pack / 生成执行包Story Exec: Story 执行 / Story Exec / 单 Story 执行Story Full Exec: Story 批量执行 / Story Full Exec / 试验性全执行
- If intent is unclear, ask the user to pick one:
PRD Plan/PRD Check/PRD Render/PRD Slice/Scaffold Plan/Scaffold Render/Scaffold Check/Split Plan/Split Generate/Split Check1/Split Check2/Split Checkout/Story Check/Story Pack/Story Exec/Story Full Exec.
Always:
- For every
FAILitem (in diagnostics/replan packs): includeloc/problem/expected/impact/fix, andfixmust be a single action. - Keep chat output low-noise: prefer paths (
wrote: docs/*) over pasting longFAILlists.
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.