[FEATURE] Tuning claude code plan mode workflow using skills
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
When developing a skill for plan mode/ execution mode, I do not want to change the full workflow of how claude work.
I do like to extend his workflow by using skills.
to be concrete:
- I like to order phases implementation using dependency graph.
- I like to add custom behavior for documentation updates as part of the plan (in both exploring step and planning)
- I also have some more custom enhancement.
The problem that even though the skill is defined, it is not triggered by the model unless told explicitly to integrate the skill into the workflow.
The reason i prefer not to write my own workflow is because :
if claude getting better workflow i will not have those updates since i create custom workflow.
If you can provide a best practice for how to inject into each workflow (plan/execution) specific customization it will be great, or provide example of how to do it.
Proposed Solution
No idea, source code is not provided for the prompts.
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
Interactive mode (TUI)
Use Case Example
customization building blocks in claude code workflow using skills without impacting the all workflow.
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗