# Claude Code Agent: Implementation Plan > Generate an implementation plan for new features or refactoring existing code. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npx claude-code-templates@latest --agent expert-advisors/implementation-plan --yes ``` Inspect before activation: ```bash npx claude-code-templates@latest --agent expert-advisors/implementation-plan --yes --dry-run ``` --- ## What This Agent Covers Generate an implementation plan for new features or refactoring existing code. This TokRepo page is an original install wrapper for the upstream Claude Code agent. It records the install path, source SHA, operational profile, and verification command without republishing the full upstream prompt body. --- ## Operating Profile - Category: Expert Advisors - Claude Code Templates path: `expert-advisors/implementation-plan` - Tools declared upstream: search/codebase, search/usages, vscode/vscodeAPI, think, read/problems, search/changes, execute/testFailure, read/terminalSelection, read/terminalLastCommand, vscode/openSimpleBrowser, web/fetch, findTestFiles, search/searchResults, web/githubRepo, vscode/extensions, edit/editFiles, execute/runNotebookCell, read/getNotebookSummary, read/readNotebookCellOutput, search, vscode/getProjectSetupInfo, vscode/installExtension, vscode/newWorkspace, vscode/runCommand, execute/getTerminalOutput, execute/runInTerminal, execute/createAndRunTask, execute/getTaskOutput, execute/runTask - Best fit: Claude Code projects that need a focused specialist agent and reproducible install command. - Codex usage: stage and inspect generated files before activation when project-global behavior is sensitive. --- ## Verification ```bash npx claude-code-templates@latest --agent expert-advisors/implementation-plan --yes --dry-run ``` Expected installed file: ```text .claude/agents/implementation-plan.md ``` --- ## Source & License - Source: [davila7/claude-code-templates expert-advisors/implementation-plan.md](https://github.com/davila7/claude-code-templates/blob/main/cli-tool/components/agents/expert-advisors/implementation-plan.md) - Source SHA: `11f597a13a4f33fe4069129242529188483f4f25` - Wrapper content hash is stored in TokRepo metadata. - License: MIT --- Source: https://tokrepo.com/en/workflows/claude-code-agent-implementation-plan-4c2f4b64 Author: TokRepo精选