List view
# Objective: Clean up the README, add a short video or GIF demonstrating install + run, and publish a changelog/release. **Key tasks:** - [ ] Update README with a Quick Start and Troubleshooting section. - [ ] Tag a v0.1.0 release with release notes listing the included commands and workflows. **Acceptance criteria:** - [ ] A contributor who follows README and runs the installer reports all core commands functional.
No due date•3/4 issues closed# Objective: Convert the repository's feature documentation workflow into a lightweight enforcement mechanism. Key tasks: - [ ] Provide feature-start.md and feature-validate.md templates in .devops/prompts/features (or ~/.devops-prompts/features/). - [ ] Create a simple CLI helper devops-feature-validate that checks a feature PR description for required sections and flags missing fields. - [ ] Add an example GitHub Action that blocks merges for medium/large feature PRs unless the feature validation step passes. Acceptance criteria: - [ ] Merge is blocked for PRs that are flagged medium/large without required docs (GitHub status check) - [ ] The repo includes a demo PR template showing how to meet the requirements.
No due date•1/1 issues closed# Objective: Make security-implementation-guide.md actionable and integrate security commands into devops-security. Key tasks: - [ ] Wire devops-security to run trufflehog or git-secrets (document install), npm audit (or yarn audit), and a .env file linter. - [ ] Add an example remediation section for common vulnerability types. - [ ] Add a sample GitHub Action to run security checks on pull requests. Acceptance criteria: - [ ] devops-security runs and outputs scan results and remediation suggestions. - [ ] PRs trigger security checks and report status to the PR.
No due date•1/1 issues closed# Objective: Provide at least two ready-to-use GitHub Actions workflow examples (unit test + build + deploy stub) and integrate github-actions-workflows.md as living templates. Key tasks: - [ ] Add /.github/workflows/ci.yml and deploy.yml with variables and comments. - [ ] Provide a sample action-run repository or project example in devops-quickstart.md. - [ ] Ensure pipeline template references exact actions and node versions used in examples. Acceptance criteria: - [ ] Example project uses workflows and they run in GitHub Actions with no secret required (use workflow_dispatch or pull_request). - [ ] README includes instructions to copy workflows into a real repo and test them.
No due date•1/1 issues closed- [ ] `devops` commands installable by any developer via the included installer script. Minimal friction to run `devops-quick` and `devops-security` locally. - [ ] Harden script: detect shell type, back up existing aliases, add flag to run in "dry-run" mode. - [ ] Add automated sanity checks after install (prints installed aliases and sample usage). - [ ] Add tests: script exit codes, idempotency test (install twice -> no duplicate aliases). Acceptance criteria: - [ ] Installer completes without requiring interactive edits and prints a verified list of added commands. - [ ] devops-quick runs and returns a meaningful status report. - [ ] Documented in README with copy/paste steps.
No due date•1/1 issues closed# Future Feature Opportunities (post-MVP) - [ ] Infrastructure as Code templates: Terraform and CloudFormation sample modules for a small webapp (S3 + CloudFront, RDS, EKS starter). - [ ] Kubernetes starter kit: Helm charts, kustomize overlays, and cluster setup scripts. - [ ] Secrets management: Integrations with Vault, AWS Secrets Manager, or SOPS + GitHub Actions secrets automation. - [ ] Policy as code: OPA / Gatekeeper policies, policy checks in CI. - [ ] Observability: Add sample Prometheus + Grafana + logging stacks and a telemetry quickstart. - [ ] Cost & drift detection: Scripts to check cloud spend estimates and IaC drift detection hooks. - [ ] Canary / progressive deploy templates: Argo Rollouts or Flagger examples for safe deployment strategies. - [x] Developer portal / dashboard: Small Next.js site that lists repo commands, links, and status of example pipelines (could be hosted via GitHub Pages). - [x] Automated release manager: devops-release helper to bump versions, generate changelogs from commits, and publish releases. - [ ] Workflows marketplace: Convert repo templates into reusable GitHub Actions or composite actions. - [ ] RBAC / SSO guides: How to connect pipelines to enterprise identity providers. - [x] AI-enabled prompts & automation: Expand .devops/prompts with contextual generation (auto PR descriptions, test generation, security fix suggestions).
No due date•9/10 issues closed