bkoimett
- 4 skills
- 0 followers
- 9 hours ago last updated
- ▌ Deployment Consistency · bkoimettNOT YET BUILT. Planned: a pre-deploy checklist enforced the same way regardless of target platform (Vercel, Render, Docker, GitHub Actions) — env var parity across environments, migration-before-deploy ordering, health-check verification, rollback steps.
- ▌ Cicd Consistency · bkoimettNOT YET BUILT. Planned: generate the same GitHub Actions workflow pattern per stack type (Node/TS vs Go) across every project, so CI behaves identically everywhere regardless of which project it's in.
- ▌ Code Conventions · bkoimettNOT YET BUILT. Planned: enforce the same linting config, commit style, and README structure across every project, catching drift when a project's config quietly diverges from the builder's standard.
- ▌ Project Scaffolder · bkoimett bundleReads an existing PRD.md and generates design.md, AGENTS.md, WORKFLOW.md, and a real README.md for the specific project, cross-referenced so the agent knows which file to consult at each step. Use at the start of a new repo that has only PRD.md (plus maybe .gitignore, an empty README, a license) and nothing else yet.