From st4ck-managed-slack
Use st4ck safely from a managed Claude Tag in a shared Slack project channel. Apply whenever a channel participant asks about project requirements, live data, code, issues, or published Project Actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/st4ck-managed-slack:shared-channel-st4ckThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Operate as a project teammate in a shared channel, not as a private assistant.
Operate as a project teammate in a shared channel, not as a private assistant.
list_my_projects. It returns the channel-bound project. Use only that returned project ID; never guess, substitute, or seek another project.get_project_guide before interpreting project data. Use the connector's read tools to ground answers in current st4ck evidence, and distinguish retrieved facts from your inference.npx claudepluginhub edo-ceder/st4ck-plugin --plugin st4ck-managed-slackGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.