بنقرة واحدة
content-ledger
Track what was published, where it was published, and what follow-up context should persist.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Track what was published, where it was published, and what follow-up context should persist.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | content-ledger |
| description | Track what was published, where it was published, and what follow-up context should persist. |
| license | MIT |
Use this skill to normalize publish-history facts for one project and one network without inventing analytics or storing private exports in git.
This is a skill contract, not a live analytics or publishing integration.
Required inputs:
project_slugnetwork_slugcontent_id_or_titlepublish_statuspublish_date or unknownasset_references or noneOptional inputs:
campaignsource_linkfollow_up_notesmeasured_outcomesReturn a YAML-like structure similar to this:
project: <project-slug>
network: <network-slug>
content_entry:
id: <stable-id-or-title>
status: <draft|queued|published|archived>
published_at: <date-or-unknown>
assets:
- <asset-reference>
source_link: <url-or-none>
measured_outcomes:
- metric: <name>
value: <value-or-unknown>
follow_up:
action: <next-step>
notes:
- <note>
discord-project-manager/project/<project-slug>/content-ledgerdiscord-project-manager/project/<project-slug>/network/<network-slug>discord-project-manager/project/<project-slug>/content-ledgerdiscord-project-manager/project/<project-slug>/network/<network-slug> when queue state or temporary workflow notes are neededDo not write a new durable ledger entry or modify an existing one until a human confirms that the content identity and status are correct.
Use ADR 0002 exactly:
discord-project-manager/project/<project-slug>/content-ledgerdiscord-project-manager/project/<project-slug>/network/<network-slug>Canonical ADR examples that this skill may mirror when using fake/demo values:
discord-project-manager/project/egdev/content-ledgerdiscord-project-manager/project/egdev/network/xPromote ledger conventions, identifier rules, and reusable workflow behavior into repo artifacts when they become review-facing or implementation-critical. Raw operational entries may remain in Engram until they are summarized.
discord-project-manager/runtime/discord/<guild-id>/<channel-id> for durable publish history.project: egdev
network: x
content_entry:
id: x-post-001-demo
status: published
published_at: 2026-05-30
assets:
- asset://demo/cover-001
source_link: https://example.invalid/posts/x-post-001-demo
measured_outcomes:
- metric: impressions
value: unknown
follow_up:
action: compare against future X queue posts after analytics validation
notes:
- fake demo entry for contract review only
This example is fake/demo data only and must not be treated as real publish history.
Trigger: Discord advisor, where should this go, routing help, operational architecture. Provide response-only routing advice and safe handoff copy.
Trigger: release hygiene, post-release issues, Kanban status, project column, merged to main. Keep GitHub issues and Project status aligned after merges and releases.
Trigger: Discord save, write, update, remember, store, queue, ledger, publish, schedule. Gate persistent writes.
Trigger: Discord runtime request, route, intent, runner, backend, SDD handoff. Select the safe runtime path before workflow skills.
Trigger: effective skills, skill pack, global/category/channel scope, disabled skill, skill override. Resolve skills before workflow execution.
Define a reviewable weekly LinkedIn planning slice from approved context, cadence, and known assets.