SkillAgentSearch skills...

fi

Sprint/Phase completion protocol

Install / Use

npx skills add AI-agents-incubator/n8n-pilot

Installs into whichever agent you are using.

About this skill

Claude Commands

Claude Code slash commands

Quality Score

46/100

Supported Platforms

Claude Code

Tags


description: 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_session
    

Related Skills

View on GitHub
GitHub Stars0
CategoryProject
Updated6mo ago
Forks0

Security Score

74/100

Audited on Mar 12, 2026

1 medium2 low