一键导入
agentforge-phase1-resume
Resume AgentForge + BadgerHeart OS Phase 1 subagent execution from where the session limit interrupted it
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resume AgentForge + BadgerHeart OS Phase 1 subagent execution from where the session limit interrupted it
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | agentforge-phase1-resume |
| description | Resume AgentForge + BadgerHeart OS Phase 1 subagent execution from where the session limit interrupted it |
This skill picks up Phase 1 execution after a session limit or interruption.
It reads the current SESSION_HANDOFF.md, determines what is unfinished, and
dispatches the correct subagents via superpowers:subagent-driven-development.
Read these files in order:
C:\Users\daley\Projects\AgentForge\SESSION_HANDOFF.md -- current stateC:\Users\daley\Projects\AgentForge\docs\superpowers\plans\2026-05-31-agentforge-badgerheart-os-phase1.md -- full task specsRun git status to confirm what is staged vs untracked:
cd "C:\Users\daley\Projects\AgentForge"; git log --oneline -6; git status --short
Check which tasks are incomplete by reading the HANDOFF.md stubs in tasks/:
status: pending or status: in-progress = needs workstatus: done = skipUse superpowers:subagent-driven-development to dispatch one subagent per task.
Always provide the full task spec from the plan file -- never make subagents read the plan themselves.
Task 5 (TASK-006 widget): src/components/revenue-tracker-widget.tsx exists untracked.
Read it, verify content, add import to dashboard/page.tsx, build check, commit.
Task 6 (TASK-004 chatbot): Create model-selector.tsx, chat-panel.tsx, dashboard/chat/page.tsx. Uses existing /api/agent/run route. No polling.
Task 7 (TASK-005 BadgerHeart): Create external task directories + HANDOFF.md examples. External to this repo: C:\Users\daley\Projects\BadgerHeart\
Task 8 (SESSION_HANDOFF.md): Update SESSION_HANDOFF.md to final state, commit.
as neverC:\Users\daley\Projects\AgentForge\docs\superpowers\plans\2026-05-31-agentforge-badgerheart-os-phase1.md
Task 5 = lines 1053-1178 (Revenue Tracker Widget) Task 6 = lines 1185-1438 (Chat Panel UI) Task 7 = lines 1441-1562 (BadgerHeart Task Directories) Task 8 = lines 1565-1644 (Session Handoff)