-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprofile.yaml
More file actions
62 lines (62 loc) · 3.05 KB
/
Copy pathprofile.yaml
File metadata and controls
62 lines (62 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
profile:
id: forma-self-iteration
description: Top-level project-owned profile for managing Forma's own development iterations.
includes:
- forma-self-base
- forma-self-project
- forma-self-iteration-overlays
bundle:
name: forma
description: Workflows for Forma development, from scoped planning through verified execution.
stages:
plan:
name: forma-plan
directory: forma-plan
display_name: Forma Plan
short_description: Converge a Forma development issue into a scoped Plan-First contract.
default_prompt: >-
$forma-plan: 为 Forma 仓库收敛一个自我迭代计划,明确 affected surfaces、profile ownership、generated baseline policy、文档更新和验证边界;不要读仓库或写计划文件。
inspect:
name: forma-inspect
directory: forma-inspect
display_name: Forma Inspect
short_description: Read Forma repository facts and produce a grounding handoff for planning.
default_prompt: >-
$forma-inspect: 只读确认 Forma 当前计划、文档、methodology、profiles、tests 和 generated baseline 状态,输出 grounding handoff。
finalize:
name: forma-finalize
directory: forma-finalize
display_name: Forma Finalize
short_description: Finalize the Forma plan, tasks, validation gates, and generated-output policy.
default_prompt: >-
$forma-finalize: 把已收敛并 grounding 过的 Forma 自我迭代计划写入 plan.md/tasks.md,并明确每个 task 的验证和 generated baseline 边界。
execute:
name: forma-execute
directory: forma-execute
display_name: Forma Execute
short_description: Execute one Forma task with focused validation and review-ready evidence.
default_prompt: >-
$forma-execute: 按 sealed tasks.md 执行当前 Forma 自我迭代 task,先跑相关窄验证,再跑必要共享 gate,进入 review-ready。
showhand:
name: forma-showhand
directory: forma-showhand
display_name: Forma Showhand
short_description: Complete remaining finalized Forma tasks when boundaries and gates are clear.
default_prompt: >-
$forma-showhand: 在 affected surfaces、profile ownership、generated baseline、docs 和验证门禁都清楚时,自动执行已 finalize 的 Forma 自我迭代计划。
review:
enabled: true
name: forma-review
directory: forma-review
display_name: Forma Review
short_description: Reconcile Forma delivery feedback against stage contracts and issue evidence.
default_prompt: >-
$forma-review: 对 Forma 交付反馈做只读对齐评价,结合最近触发的 workflow 阶段、当前 stage 约束、issue evidence、验证记录和用户反馈,输出下一步路由。
rework:
enabled: true
name: forma-rework
directory: forma-rework
display_name: Forma Rework
short_description: Materialize same-issue Forma feedback into a locked rework contract.
default_prompt: >-
$forma-rework: 把用户反馈或 forma-review 输出整理成同 issue rework contract,写入 rework.md 并追加普通 rework tasks;不执行代码返工。