원클릭으로
brand-context
Capture and summarize project brand context for a social channel without storing secrets in git.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Capture and summarize project brand context for a social channel without storing secrets in git.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| name | brand-context |
| description | Capture and summarize project brand context for a social channel without storing secrets in git. |
| license | MIT |
Use this skill to turn rough brand notes into a small, reusable context contract for one project and, when needed, one network.
This is an instruction contract only. It does not prove that Discord, Engram, or any publishing flow is already wired.
Required inputs:
project_slugnetwork_slug or a clear statement that the result is project-wide onlyvoice_notesaudience_notespositioning_notesapproved_constraintsOptional inputs:
current_taglinesapproved_examplesknown_risksopen_questionsReturn a YAML-like structure similar to this:
project: <project-slug>
network: <network-slug-or-none>
brand_context:
voice:
- <trait>
audience:
- <segment>
positioning:
- <statement>
do_guidance:
- <approved behavior>
avoid_guidance:
- <disallowed behavior>
approved_constraints:
- <constraint>
open_questions:
- <question>
discord-project-manager/project/<project-slug>/branddiscord-project-manager/project/<project-slug>/network/<network-slug>discord-project-manager/project/<project-slug>/branddiscord-project-manager/project/<project-slug>/network/<network-slug> when the distinction mattersDo not write or overwrite durable brand memory until a human explicitly approves the summary.
Use ADR 0002 exactly:
discord-project-manager/project/<project-slug>/branddiscord-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/branddiscord-project-manager/project/egdev/network/linkedinPromote the result into repo artifacts when the brand contract becomes reusable, review-facing, or architecture-relevant. Engram memory is operational until promoted.
project: egdev
network: linkedin
brand_context:
voice:
- direct
- technical
- calm
audience:
- engineering leads
- product-minded developers
positioning:
- practical AI-assisted development without hype
do_guidance:
- explain trade-offs before implementation
- keep examples reviewable
avoid_guidance:
- fake certainty
- growth-hack language
approved_constraints:
- english artifacts only
open_questions:
- should linkedin posts optimize for hiring reach or technical depth first?
This example is fake/demo data only and must not be treated as real brand memory.