account-provisioner
$
npx mdskill add skillmatic-ai/playbooks/account-provisionerAutomate new employee onboarding by generating plans, welcoming users in Slack, and creating Jira tasks.
- Streamlines the complex process of setting up accounts for new team members.
- Integrates with Claude, Slack, and Jira to execute multi-step workflows.
- Uses a two-phase, human-in-the-loop approval process for safe execution.
- Delivers a final report artifact detailing all API actions taken during provisioning.
SKILL.md
.github/skills/account-provisionerView on GitHub ↗
--- name: account-provisioner description: AI-powered account provisioning with Slack welcome and Jira task creation. Uses Claude for plan generation and real API integrations. Supports approve-only approval with 2-phase checkpoint/resume. --- # Account Provisioner Skill Uses Claude API to generate a tailored account provisioning plan for new hires. On approval, posts a welcome message to Slack and creates a Jira onboarding task. Supports a 2-phase HITL workflow: AI plan generation with IT approval, then API execution. ## Behavior 1. LLM generates a tailored account provisioning plan 2. Submit the AI-generated plan for approve-only confirmation by IT 3. On approval: - Post a welcome message to the specified Slack channel - Create a Jira onboarding task in the specified project 4. Write a report with API results as artifact ## Required Connections - **AI API Key** — Claude API key for content generation (Anthropic) - **Slack** — OAuth token for posting messages to Slack channels - **Jira** — OAuth token for creating issues in Jira Cloud ## Expected Context Variables - `new_hire_name` — New employee's full name - `new_hire_email` — New employee's email address - `company_name` — Organization name - `manager_email` — Direct manager's email address - `start_date` — Employee's start date - `slack_channel` — Slack channel for the welcome message (e.g. general) - `jira_project` — Jira project key for the onboarding task (e.g. HR) ## Output Writes `account-provisioning.md` to Firebase Storage containing the provisioning plan, approval status, and API integration results.
More from skillmatic-ai/playbooks
- calendar-managerAI-powered week-1 meeting schedule generation with Google Calendar event creation. Uses Claude for schedule optimization and Google Calendar API for real events. Non-interactive, exception-only approval.
- Codebase Analysis"Analyze repository structure, tech stack, and code patterns to inform implementation planning"
- echoA test skill that echoes received input. Used for CI/CD pipeline validation and step agent container lifecycle testing.
- email-drafterAI-powered welcome email drafting with Gmail delivery. Uses Claude to generate personalized emails and sends them via Gmail API. Supports review-and-edit approval with 3-phase checkpoint/resume.
- Feasibility Report"Analyze codebase and estimate implementation effort for a proposed feature"
- interactiveA test skill that demonstrates the HITL (human-in-the-loop) flow by asking a question, using the answer, and requesting approval on a draft.
- JTBD Clustering"Cluster support tickets and user feedback into Jobs-to-be-Done themes"
- PRD Template v2"Write a comprehensive Product Requirements Document following the standard template"
- report-generatorAI-powered executive onboarding report compilation. Uses Claude to analyze step results and generate a narrative report. Non-interactive, auto-executes with exception-only approval.
- Sentiment Analysis"Analyze pain intensity and sentiment from customer communications"