/fi
Sprint/Phase completion protocol
$ npx -y skills add alexeykrol/claude-code-starter --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/fi
Context preview
What this command does when you run it.
Sprint/Phase completion protocol
Command definition
fi.mddescription: Sprint/Phase completion protocol
Completion Protocol
**CRITICAL: Read the protocol file fresh to avoid missing steps during long sessions.**
Step 0: Read Protocol File
Read .claude/protocols/completion.md
This file contains the complete Completion Protocol (immune to context compaction).
Execute all steps from the protocol file: 1. `npm run build` — verify build passes 2. Update metafiles:
- `.claude/BACKLOG.md` — mark completed tasks `[x]`
- `.claude/SNAPSHOT.md` — update version and status
- `CHANGELOG.md` — add entry (if release)
- `README.md` + `README_RU.md` — update if major features added
- `.claude/ARCHITECTURE.md` — update if code structure changed
3. Export dialogs:
node .claude/dist/claude-export/cli.js export
4. Git commit:
git add -A && git status git commit -m "type: description"
5. Push & PR check:
- Ask: "Push to remote?"
- If yes: `git push`
- Check: `git log origin/main..HEAD --oneline`
- If empty → All merged, no PR needed
- If has commits → Ask: "Create PR?"
6. Mark session clean:
echo '{"status": "clean", "timestamp": "'$(date -Iseconds)'"}' > .claude/.last_sessionClaude Code Starter — это готовая управляющая среда для проектов, в которых основной рабочий агент — Claude Code.
Repo: alexeykrol/claude-code-starter
Other commands on claude-code-starter.
- /analyze-bugs
**Purpose:** Analyze bug reports from host projects (framework project only).
Open command - /analyze-local-bugs
**Purpose:** Analyze local bug reports to find patterns and recurring issues.
Open command - /bug-reporting
**Purpose:** Manage bug reporting settings for the framework.
Open command - /commit
Создать git commit с правильным сообщением
Open command - /db-migrate
Создать database migration с правильным процессом
Open command - /explain
Объяснить как работает определенная часть кода
Open command

