story-kit: done 326_story_slack_slash_commands_for_pipeline_management

This commit is contained in:
Dave
2026-03-20 01:26:09 +00:00
parent 39707ce026
commit f5b1103bf6

View File

@@ -0,0 +1,21 @@
---
name: "Slack slash commands for pipeline management"
---
# Story 326: Slack slash commands for pipeline management
## User Story
As a Slack user, I want to use slash commands like /storkit-status and /storkit-cost as an alternative to mentioning the bot, so that I can quickly access pipeline info with minimal typing.
## Acceptance Criteria
- [ ] Slash command endpoint at /webhook/slack/command handles Slack slash command payloads
- [ ] Supports /storkit-status, /storkit-cost, /storkit-show, /storkit-git, /storkit-htop
- [ ] Slash command responses are ephemeral by default (only visible to the caller)
- [ ] Slash commands documented in setup guide with Slack app configuration steps
- [ ] Registered in the command registry so they share handlers with the mention-based commands
## Out of Scope
- TBD