ワンクリックで
kern
kern development pipeline.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
kern development pipeline.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | kern |
| description | kern development pipeline. |
| argument-hint | ["describe your goal"] |
| version | 0.1.0 |
Use the TeamCreate tool to create a lead-researcher teammate.
Use the Skill tool to invoke
1_research_codebasewith args:{$ARGUMENTS}. Use the SendMessage tool to communicate with the team-lead. Report the absolute path of the research document that was created.
Read the research document. Evaluate four signals:
If 2 or more signals are true → run Step 3 (Design) before planning. Otherwise → skip directly to Step 4 (Plan).
Tell the user what you decided and why in one sentence:
User override: If
$ARGUMENTScontains--deep, always run Design. If it contains--fast, always skip it.
Use the TeamCreate tool to create a lead-designer teammate.
Use the Skill tool to invoke
1.5_designwith args:{research_doc_path}. Use the SendMessage tool to communicate with the team-lead. Confirm that## Design Synthesiswas appended to the research document.
Use the TeamCreate tool to create a lead-planner teammate.
Use the Skill tool to invoke
2_create_planwith args:{research_doc_path}. Use the SendMessage tool to communicate with the team-lead. Report back the absolute path of the plan document that was created.
Use the TeamCreate tool to create a lead-reviewer teammate.
Use the Skill tool to invoke
3_review_planwith args:{plan_doc_path}. Use the SendMessage tool to communicate with the team-lead. Update the plan document with the review findings if approved.
Use the TeamCreate tool to create a lead-implementer teammate.
Use the Skill tool to invoke
4_implement_planwith args:{plan_doc_path}. Use the SendMessage tool to communicate with the team-lead.
Use the TeamCreate tool to create a lead-committer teammate.
Use the Skill tool to invoke
5_commit. Use the SendMessage tool to communicate with the team-lead.
Use the TeamCreate tool to create a lead-validator teammate.
Use the Skill tool to invoke
6_validate_plan. Use the SendMessage tool to communicate with the team-lead.