Sub-skill of background-service-manager: Execution Checklist.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill execution-checklist --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Execution Checklist?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-execution-checklist-4a28ce3a)More formats (shields.io, HTML) on the badges page.
---
name: background-service-manager-execution-checklist
description: 'Sub-skill of background-service-manager: Execution Checklist.'
version: 2.0.0
category: operations
type: reference
scripts_exempt: true
---
# Execution Checklist
## Execution Checklist
Before creating service:
- [ ] Process command identified
- [ ] Working directory determined
- [ ] Log location decided (/tmp/ or dedicated dir)
- [ ] Environment variables documented
During setup:
- [ ] Service script created
- [ ] Made executable (chmod +x)
- [ ] SERVICE_CMD customized
- [ ] PID/LOG paths appropriate
After deployment:
- [ ] Service starts correctly
- [ ] Logs capture output
- [ ] Status shows running
- [ ] Stop gracefully terminates
- [ ] Restart works properly
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.