porvercel-labs·vercel-labs· v1.0.0 · atualizado em 2026-04-11
79
Score
Use when working on Slack agent/bot code, Slack Bolt applications, or projects using the slack-agent-template. Provides development patterns, testing requirements, and quality standards.
Detect Project State: — Determine if it's a new project or an existing one needing configuration/deployment.
2
Initiate Wizard: — Start the appropriate wizard phase based on project state or user-provided argument.
3
Guide User: — Present information and instructions from the relevant markdown files in the `./wizard/` directory.
4
Generate Implementation Plan (New Projects): — For new projects, create a custom implementation plan based on the user's desired agent type using `./reference/agent-archetypes.md`.
5
Obtain Approval: — Present the generated plan for user approval before proceeding with cloning the template.
6
Provide Code Snippets: — Offer code examples and configurations for event handling, API integrations, and workflow management.
7
Enforce Quality Standards: — Ensure TypeScript compilation, linting, and tests pass before task completion.
develop a slack botwork on slack agent codebuild a slack application with boltuse the vercel slack agent templateintegrate ai into a slack botdeploy a slack bot to vercelset up testing for a slack bot