Community写作与编辑github.com

caoyuan-fire/engi-foundry-skill

Engineering Foundry Skill for structured AI-assisted engineering workflows

engi-foundry-skill 是什么?

engi-foundry-skill is a Claude Code agent skill that engineering Foundry Skill for structured AI-assisted engineering workflows.

兼容平台~Claude Code~Codex CLI~Cursor
npx skills add caoyuan-fire/engi-foundry-skill

Installed? Explore more 写作与编辑 skills: steipete/notion, langchain-ai/langchain, bytedance/podcast-generation · View all 6 →

在你喜欢的 AI 中提问

打开一个已预加载此 Agent Skill 的新对话。

文档

TaskForge

TaskForge is a platform-neutral engineering workflow skill.

It routes engineering work into the lightest process compatible with risk, while preserving durable artifacts for planning, execution, review, verification, and closeout.

Required First Step

Before acting, classify the current request:

  1. ad-hoc: bounded low-risk task without package ceremony.
  2. package-planning: create or revise a structured task package.
  3. package-alignment: review a package before execution.
  4. job-execution: execute one or more package Jobs.
  5. review-only: review a package, Job result, diff, or implementation.
  6. package-revision: update package rules, Job contracts, policies, or records.
  7. closeout: final acceptance, handoff, or delivery record.
  8. audit: cost, process, quality, or workflow retrospective.

Use the least ceremony compatible with risk. Absence of a package is not enough to choose ad-hoc for substantial work.

Required References

Read only the references needed by the classified mode:

  • Intent routing: references/intent-routing.md
  • Artifact protocol: references/artifact-protocol.md
  • Role protocol: references/role-protocol.md
  • Package and Job format: references/package-format.md
  • Engineering discipline: references/engineering-discipline.md
  • Adapter contract: references/adapter-contract.md
  • Module resolution: references/module-resolution.md

Non-Negotiable Rules

  • New TaskForge work starts as primary/control by default.
  • If resuming a package and control ownership is inferable with high confidence, resume as primary/control.
  • If role is uncertain, ask whether to take over primary/control or perform bounded executor/reviewer work.
  • Bounded executor/reviewer work has autoDrive=false; finish the assigned task and stop.
  • Primary-only actions require primary/control authority.
  • The artifact root defaults to .taskforge/, unless .taskforge.config.json or the user specifies another path.
  • The artifact root is for durable work products only. Do not write cache, temporary files, session dumps, credentials, or private runtime state there.
  • Missing modules may be resolved only through references/module-resolution.md; ask before downloading and keep caches outside artifact roots.
  • summary.md is for humans only. Machine control belongs in JSON config files.
  • Markdown explains. JSON controls.
  • Do not claim completion without fresh verification evidence or an explicit non-runnable verification record.

相关技能