38 lines
1.5 KiB
Markdown
38 lines
1.5 KiB
Markdown
# Session Memory
|
|
|
|
## Current task
|
|
Created Kilo skill `cicd-architect-grill`.
|
|
|
|
## Created skill
|
|
- Skill name: `cicd-architect-grill`
|
|
- Skill file: `.kilocode/skills/cicd-architect-grill/SKILL.md`
|
|
- Skill line count: 49 lines after long draft compression.
|
|
|
|
## Skill purpose
|
|
Design, redesign, migrate, debate CI/CD pipelines for one software project. No cloud/language/runtime/platform assumptions.
|
|
|
|
## Skill behavior
|
|
- Inspect repo context before questions.
|
|
- Extract FRs, NFRs, constraints, success criteria, Definition of Done.
|
|
- Use C4 modeling only as deep as needed.
|
|
- Choose CI/CD pattern from situation, not vendor defaults.
|
|
- Cross-check: build reproducibility, tests, scans, artifacts, secrets, promotion, approvals, rollback, observability, cost, ownership.
|
|
- Grill one decision at a time when requested.
|
|
- Output draft/final plans as YAML.
|
|
|
|
## Repository context
|
|
- Workspace root: `/Users/davestran/Downloads/vkist_internship`
|
|
- Kilo config: `kilo.json`
|
|
- User-facing style: caveman style active.
|
|
- Existing skills inspected under `/Users/davestran/Downloads/vkist_internship/.kilocode/skills/`.
|
|
|
|
## Important constraints
|
|
- Do not assume GCP, AWS, Azure, Kubernetes, serverless, GitHub Actions, GitLab CI, Jenkins, Terraform unless user asks.
|
|
- Do not implement infrastructure until user approves design plan + implementation path.
|
|
- Do not ask many questions when repo evidence answers.
|
|
|
|
## Current status
|
|
- New skill directory exists.
|
|
- `SKILL.md` written and inspected.
|
|
- No tests run: Kilo skill definition, not executable code.
|