بنقرة واحدة
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.