update session_memory - for refer to the passwork

This commit is contained in:
DatTT127
2026-07-07 22:01:30 +07:00
parent d862d1f7f8
commit 3fbbca1eaa
17 changed files with 2784 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
# 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.