goal-management

Orchestrate multi-agent daily goal cascades from focus to GOALS.md generation.

88|108|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/grandamenium/cortextos --skill goal-management-grandamenium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goal-management
Source: https://github.com/grandamenium/cortextos/tree/main/templates/orchestrator/.claude/skills/goal-management
Command: npx skills add https://github.com/grandamenium/cortextos --skill goal-management-grandamenium

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Daily goal-setting and coordination across multiple agents breaks down when priorities change, alignment is unclear, or updates are not propagated reliably—this Skill keeps the orchestrator’s goal lifecycle consistent from morning briefing through evening progress review.

Core Features & Use Cases

  • North Star and daily focus alignment: Maintains an org-level north star and prompts for a same-day focus that updates goals.json.
  • Role-based goal cascading: Generates per-agent goals.json from the daily focus, then produces GOALS.md for agents to read on boot.
  • Fleet monitoring and blocker capture: Supports evening updates by writing bottleneck blockers back into each agent’s goals.json and carrying unfinished work forward.
  • New agent bootstrap: Detects when an agent starts with empty goals.json and guides you to seed appropriate starter goals.

Quick Start

Run the morning goal cascade, then confirm each agent’s generated task plan matches today’s focus.

Frequently Asked Questions about goal-management

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

FAQPage Schema
How do I cascade daily focus into agent-ready goals across multiple agents?

Goal cascade transforms your daily focus into agent-ready objectives by generating per-agent goals.json files and GOALS.md task plans. It maintains org-level alignment from morning briefing through evening bottleneck carry-forward updates.

What is the best way to coordinate multi-agent task planning when priorities change?

Multi-agent task planning stays consistent by reading and updating org goals.json, then propagating new priorities via the cortextos bus for deterministic workflow coordination. This ensures every agent receives updated GOALS.md on boot.

How do I bootstrap a new agent with empty goals.json?

When a new agent starts with empty goals.json, the orchestrator detects the empty state and guides you to seed appropriate starter goals before generating its initial GOALS.md task plan.

Can I carry forward unfinished tasks and blockers across my agent fleet?

Evening fleet monitoring captures bottleneck blockers and writes them back into each agent's goals.json. Unfinished work is carried forward to the next day's morning briefing for continuous goal lifecycle management.

Does goal cascade require Telegram approval for daily focus updates?

Telegram approval is supported within the daily focus workflow to confirm priority changes before the orchestrator updates org goals.json and regenerates downstream agent task plans.

When should I regenerate GOALS.md for my agent fleet?

Regenerate GOALS.md via the cortextos goals generate-md command after updating org goals.json during the morning goal cascade or whenever daily focus priorities shift and agents need refreshed task plans.