Atomic Decomposition by mark393295827/house-maint-ai
npx skills add https://github.com/mark393295827/house-maint-ai --skill 'Atomic Decomposition'将复杂问题分解为具有依赖关系追踪的、可由 AI 解决的原子单元。
| 原则 | 描述 |
|---|---|
| 互斥 | 职责不重叠 |
| 完全穷尽 | 问题覆盖完整 |
| 原子性 | 不可再分的工作单元 |
| 独立性 | 无需协调即可解决 |
problem: "[问题陈述]"
atomic_tasks:
- id: T1
action: "[动词] [对象]"
input: "[所需内容]"
output: "[产出内容]"
agent: "[分配的智能体]"
deps: []
- id: T2
deps: [T1]
# ...
每个原子任务必须满足:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
graph LR
subgraph "并行组 1"
T1[任务 1]
T2[任务 2]
end
subgraph "顺序组"
T3[任务 3]
end
T1 --> T3
T2 --> T3
分析 → 设计 → 实现 → 测试 → 文档化
复现 → 诊断 → 修复 → 验证 → 回归测试
审计 → 规划 → 提取 → 转换 → 验证
由 manager-agent 在目标分解过程中调用:
skill: atomic-decomposition
input:
objective: "[用户目标]"
constraints: "[限制条件]"
output:
tasks: [原子任务列表]
graph: [依赖关系 Mermaid 图]
每周安装次数
–
代码仓库
GitHub 星标数
1
首次出现时间
–
安全审计
Break complex problems into atomic, AI-solvable units with dependency tracking.
| Principle | Description |
|---|---|
| Mutually Exclusive | No overlapping responsibilities |
| Collectively Exhaustive | Complete coverage of the problem |
| Atomic | Indivisible units of work |
| Independent | Solvable without coordination |
problem: "[Problem statement]"
atomic_tasks:
- id: T1
action: "[Verb] [Object]"
input: "[What's needed]"
output: "[What's produced]"
agent: "[Assigned agent]"
deps: []
- id: T2
deps: [T1]
# ...
Each atomic task must satisfy:
graph LR
subgraph "Parallel Group 1"
T1[Task 1]
T2[Task 2]
end
subgraph "Sequential"
T3[Task 3]
end
T1 --> T3
T2 --> T3
Analyze → Design → Implement → Test → Document
Reproduce → Diagnose → Fix → Verify → Regress
Audit → Plan → Extract → Transform → Validate
Called by manager-agent during objective decomposition:
skill: atomic-decomposition
input:
objective: "[User goal]"
constraints: "[Limitations]"
output:
tasks: [atomic task list]
graph: [dependency mermaid]
Weekly Installs
–
Repository
GitHub Stars
1
First Seen
–
Security Audits
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
31,600 周安装
Agile Skill Build:快速创建和扩展ace-skills的自动化工具,提升AI技能开发效率
1 周安装
LLM评估工具lm-evaluation-harness使用指南:HuggingFace模型基准测试与性能分析
212 周安装
Agently TriggerFlow 状态与资源管理:runtime_data、flow_data 和运行时资源详解
1 周安装
Agently Tools 工具系统详解:Python 代理工具注册、循环控制与内置工具使用
1 周安装
Agently Prompt配置文件技能:YAML/JSON提示模板加载、映射与导出指南
1 周安装
iOS/Android推送通知设置指南:Firebase Cloud Messaging与React Native实现
212 周安装