Agent skill · ma08

run-deep-feed

Collect bounded current deltas from the owner-approved Chief-of-Staff sources and publish one fresh, finite Deep Feed edition. Use when the user asks to run, refresh, update, repopulate, or scan Deep Feed now, or when the protected Chief-of-Staff heartbeat invokes $run-deep-feed for its scheduled hourly, morning, or wind-down edition.

What it needs

About 4k tokens when loaded.

What this skill does

Run Deep Feed Publish one truthful Deep Feed edition now. Use this skill as the reusable entrypoint for both manual refreshes and the existing protected scheduled collector. Resolve the invocation mode 1. Treat an explicit scheduled invocation as the delivered run of the existing chief-of-staff-hourly-scan heartbeat in its current task. Never create, fork, switch, route to, or message another task. 2. Treat any other invocation as manual unless the user explicitly requests morning, wind-down, or hourly. Run a manual invocation in the current non-scheduled task. Never delegate it to the Chief-of-Staff scheduled task. 3. For scheduled mode, interpret the delivered run in America/LosAngeles: local hour 6 is morning, local hour 22 is wind-down, and every other hour is hourly. A late delivery still counts as that hour's run. 4. Use a deterministic run ID containing zon-284, the resolved mode, and the UTC start time. Do not invent a second run ID to bypass a lease or retry an interrupted ingestion. Load the canonical contract Before collecting, read these files completely: ~/pro/personalos/context/daily/2026-07-16/23h21m04sPST-zon-284-build-app-native-chief-of-staff-and-deep-feed/status.md, especially Accepted Plans v7 and v8 and later implementation notes. ~/pro/personalos/context/daily/2026-07-16/23h21m04sPST-zon-284-build-app-native-chief-of-staff-and-deep-feed/task-progress-artifacts/chief-of-staff-runbook-v1.md. The runbook is the complete live collection, card, ingestion, approval, and publication contract. Follow it exactly. This skill supplies the stable entrypoint and the non-negotiable boundaries below. When a later accepted plan or runbook revision conflicts with this skill, stop before changing behavior and reconcile the skill and automation together. Preserve the collector boundary Act only as a collector and publisher. Never accept, claim, route, acknowledge, reconcile, execute, or update a Deep Feed handoff. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills ma08/run-deep-feed

View the source on GitHub

Browse the @skills marketplace