context-budget-explore

Record decisions, progress, and handoffs in .explore/ for cross-dialog workflows.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Miss-PinkElf/Multi-Agent --skill context-budget-explore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-budget-explore
Source: https://github.com/Miss-PinkElf/Multi-Agent/tree/main/.claude/skills/context-budget-explore
Command: npx skills add https://github.com/Miss-PinkElf/Multi-Agent --skill context-budget-explore

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

解决在多轮对话和探索任务中,如何保持上下文、记录决策与进度、并提供跨对话的恢复点。

Core Features & Use Cases

核心功能包括:将需求、探索、方案、质检与交接等信息沉淀到仓库根目录 .explore/;支持跨对话的上下文恢复;提供与内层 spark-workflow 的对接输出 artifact 的能力(state.md、workflow.md、decision-log.md、learnings.md、checkpoints.md、handoffs/、spec/)。

Quick Start

在对话中需要长期探索并保存进度时,启动 context-budget-explore 并将阶段、任务、决策、经验、checkpoint 与 handoff 全部沉淀到仓库根目录的 .explore/。

Frequently Asked Questions about context-budget-explore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain context and record decisions across multiple long-running conversations?

To maintain context across conversations, use a long-task workflow that captures decisions and handoffs. This ensures persistent record-keeping by saving state, checkpoints, and artifacts in a dedicated directory.

What is a context-budget workflow and when do I need it for extended exploration?

A context-budget workflow manages long-running tasks by capturing decisions and handoffs across dialogs. You need it for extended exploration, requirement clarification, solution comparison, iterative development, and quality checks to ensure continuity.

How do I save progress and create handoffs for iterative development tasks?

Save progress and create handoffs by depositing stages, tasks, decisions, and checkpoints into a root directory. This generates workflow and state records, enabling seamless cross-dialog recovery for iterative development.

Can I use cross-dialog record-keeping for solution comparison and quality checks?

Yes, cross-dialog record-keeping supports solution comparison and quality checks. It captures decisions and learnings in persistent files, ensuring progress and state are preserved across multiple conversations for extended tasks.

What artifacts are generated when managing long-task workflows with continuity?

Managing long-task workflows generates artifacts including state, workflow, decision-log, learnings, and checkpoints files, plus handoff and spec directories. These records ensure continuity and cross-dialog recovery for extended exploration.