daemon-context

Orchestrate multi-project GoopSpec workflows via a local daemon and SQLite.

39|2|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/hffmnnj/goopspec --skill daemon-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daemon-context
Source: https://github.com/hffmnnj/goopspec/tree/main/packages/opencode-plugin/skills/daemon-context
Command: npx skills add https://github.com/hffmnnj/goopspec --skill daemon-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The GoopSpec Daemon Context enables centralized coordination and monitoring of multiple GoopSpec projects from a single local daemon, reducing context switching and manual setup.

Core Features & Use Cases

  • Multi-project tracking across GoopSpec workspaces with a unified dashboard.
  • Work item management and prioritization to align team effort.
  • Visibility into workflow sessions, including active, paused, and completed runs.
  • Real-time updates via WebSocket/SSE for immediate status changes.

Quick Start

Start the daemon and register your current project to begin cross-project orchestration.

Frequently Asked Questions about daemon-context

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

FAQPage Schema
How do I coordinate work items across multiple GoopSpec projects?

To coordinate work items across multiple GoopSpec projects, you use a local daemon to orchestrate workflows and track items via a unified dashboard. This reduces manual context switching across local development environments.

What is needed to set up multi-project orchestration for GoopSpec?

Multi-project orchestration requires a local daemon running on http://localhost:7331 and a SQLite database for persistence. You start the daemon and register your current project to enable cross-project tracking.

Can I monitor active and paused workflow sessions in real-time?

Yes, you can monitor active, paused, and completed workflow sessions in real-time. The daemon provides visibility into workflow runs and delivers immediate status updates via WebSocket or SSE connections.

What's the best way to track multiple project statuses on a single host?

The best way to track multiple project statuses on a single host is using a centralized daemon with a SQLite backend. It queries status, projects, workflow, and items, providing a unified dashboard for local development.

Does GoopSpec daemon context support remote team environments?

GoopSpec daemon context is designed for local development environments and orchestrates workflows across a single host. It applies to local setups managing multiple GoopSpec projects rather than remote team environments.