slack-message-composer
Installation
SKILL.md
Slack Message Composer
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 4-step workflow outlined in this document MUST be followed in exact order for EVERY Slack message composition. Skipping steps or deviating from the procedure will result in messages that miss their audience, clutter channels, or fail to drive action. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: Usage scenarios with different message types and generated Slack messages
- Memory: Project-specific memory accessed via
memoryStore.getSkillMemory("slack-message-composer", "{project-name}"). See MemoryStore Interface. - templates/:
slack_template.md: Standard Slack message output format template
Interface References
- Context: Loaded via ContextProvider Interface
- Memory: Accessed via MemoryStore Interface
- Schemas: Validated against memory_entry.schema.json