Install
$ agentstack add skill-jerrylalala-compound-engineering-task-bundle ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Task Bundle 管理
什么是 Task Bundle
Task Bundle 是任务的统一工件结构。每个任务由三个文件组成:
| 文件 | 职责 | 写入时机 | |------|------|----------| | plan.md | 目标、约束、验收标准 | 任务创建时 | | state.md | 当前步骤、阻塞点、状态机历史 | 执行过程中持续更新 | | review.md | findings、证据、结论 | 审查阶段 |
创建新 Task Bundle
- 生成 task-id:
YYYY-MM-DD-- - 创建目录
docs/tasks// - 从模板复制三个文件,替换占位符
- 更新 frontmatter 中的 taskid、createdat、owner
状态转换规则
参见 Failure FSM 协议(docs/specs/failure-fsm.md)。
每次状态转换必须:
- 更新
state.md的statusfrontmatter 字段 - 在状态历史表追加一行(时间、从、到、原因、操作者)
- 更新
last_checkpoint时间戳
与现有工作流的关系
> Phase 0 说明:当前 Task Bundle 是独立的文档协议,自身不含自动集成机制。 > 如需在 ce:work 执行时自动读写 state.md,需配合加载 ce-work-integration overlay(见 skills-custom/ce-work-integration/SKILL.md)。 > Phase 2 将在上游合并后,将 Task Bundle 读写集成到 ce-work/ce-review 中。
手动使用方式:
/workflows:plan输出后,手动创建 Task Bundle 并链接 plan 文件/workflows:work执行中,手动更新 state.md/workflows:review完成后,手动填写 review.md
模板位置
skills-custom/task-bundle/templates/
├── plan.md.tpl
├── state.md.tpl
└── review.md.tpl
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Jerrylalala
- Source: Jerrylalala/compound-engineering
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.