원클릭으로
specformula-fork
clarify SpecFormula fork route。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
clarify SpecFormula fork route。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
當要把一筆需求對齊進 plan package 時觸發,這筆需求可以是對既有規格的變更或缺陷,也可以是要落到既有或全新 plan package 的全新需求。把這筆需求追加進 spec.md 並校準 impact matrix。
跨 skill 共用資源庫,本身不會被執行,只存放供其他 skill 載入的共用資源(reference/asset/script)。
Turn a legal Red handoff for target feature files green by verifying drift, editing product code only, detecting failure oscillation, and emitting a Green handoff. TRIGGER when Green execute is requested after aibdd-red-execute. SKIP when no legal Red handoff exists or the request is test, DSL, runtime, or architecture repair.
當 reconcile 校準 impact matrix 後、本 owner 名下有 pending impact 待落成 persistent data schema 時觸發。以 `read --owner aibdd-data-plan --impact-status pending` 為 worklist,依 Discovery 真相(spec.md/feature truth)把須穩定保存的系統狀態推論成 state schema、在草稿上收斂後委派 boundary profile 宣告之 state_specifier 落地至 `${DATA_DIR}`,最後回寫 impact matrix。
Build the entity-to-table mapping (`entity_to_table_mapping.yml`) from a boundary's physical schema specs (DBML / SQL DDL), preserving existing entity names and naming new tables from the plan spec.
Create legal AIBDD red for target feature files by loading project config, mapping every Scenario step to DSL and core preset assets, rendering runtime-visible step definitions, and emitting a Red handoff. TRIGGER when Red execute is requested or delegated by implementation/debug flow. SKIP when the feature package or BDD stack config is absent.
| name | specformula-fork |
| description | clarify SpecFormula fork route。 |
| metadata | {"user-invocable":false,"source":"project-level"} |
此文件只定義 specformula-fork 路徑。外層 router 已完成 payload intake / 排序 / 白話文重寫,這裡只做 SpecFormula fork 工具專屬驗證與派發。
normalized_payload.questions[]located_file_typelocated_file_pathlocation(必須是 readGraph verbatim id)references/payload-schema.md:SpecFormula-Fork route 專屬 payload 契約references/fork-question-format.md:fork.question 四要素模板與 invariantoptions 數量必須在 2..4。OTHER / free_text: true。location 不可使用 legacy 格式(例如 STEP:1、Scenario: ...、file:line)。recommendation 必須對應現有 option id。任一條件不成立,回傳:
status: incomplete
route: specformula-fork
missing:
- "<具體欄位或違規原因>"
q:
1.1 依 references/fork-question-format.md 組出 fork_question(四要素模板)。
1.2 TRIGGER fork with:
- question: fork_question
- located_file_type: q.located_file_type
- located_file_path: q.located_file_path
- location: q.locationdispatched_count,ASSERT dispatched_count == questions.length。status: fired
route: specformula-fork
count: <dispatched_count>
summary: "已以 SpecFormula fork 工具批次派發 N 題澄清問題"