You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claude Code Optimization Playbook — techniques for effective, efficient, adaptive sessions and skills
Optimization Playbook
Shared techniques for making Claude Code sessions and skills more effective, efficient, and adaptive. Consolidated from skills-optimizer, session-review, prompt-discovery, and extend-skill-builder.
1. The Viability Model
A system is viable when it sustains three properties simultaneously:
AI-Native Workspace: Philosophy, Getting Started Guide (5 Levels), Extend Setup, and Bootstrap
Bootstrap: Set Up Your AI Workspace
You are setting up a new AI workspace for a user at Extend. This file is your instruction set. Follow it step by step, interacting with the user as you go. Be conversational, not robotic.
Validate after every phase. Do not move to the next phase until the current one passes. If something fails, help the user fix it before continuing.
BMAD Product Brief skill rewritten as outcome-driven single SKILL.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Eevee's Berry Farm - A peaceful 3D farming game with all eeveelutions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
agent-discovery: Claude Code skill to discover AI agents and skills across a GitHub org
name
agent-discovery
description
Discover AI agents and Claude Code skills across the helloextend GitHub org. Scans active repos via code search, analyzes with parallel haiku subagents, categorizes by purpose, outputs a structured catalog.
Agent Discovery
Discover all AI agents and Claude Code skills across the helloextend org by scanning active repositories, analyzing code with parallel subagents, and producing a categorized catalog.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Goal: To prepare your development environment, retrieve all necessary task details, and create a dedicated feature branch, ensuring you are ready to begin the Researching Phase.
Phase Starts: When a new Jira ticket is assigned, a new task is identified, or when a user suggests a large feature to build.
Phase Ends: When you have a clean, up-to-date feature branch with all necessary ticket information loaded, and the ticket (if applicable) is moved to "In Progress" and assigned to you.
Expected Artifacts:
Local repository on the correct feature branch.
Feature branch correctly named and ideally pushed to the remote repository.