Agent skill
impl-plan
Document an implementation plan based on given context
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/plan-bryanp-agent-skills
SKILL.md
Write a concise yet precise and detailed implementation plan for the feature, bug fix, etc that is described in the Linear issue provided in context.
Get information about the issue using the linear-issue-view skill.
Rule: Identity
First use the identity skill to assume the identity of the agent.
Rule: Content Style
Write the plan clearly, concisely, and with as much detail as necessary. Keep it as short as possible without losing context. The plan should contain as much detail as needed for a human or future agent to pick it up and build and deliver a working pull-request that meets the specification of the user.
Rule: Break It Down
Plans should be broken into steps. Represent each step of the plan as a sub issue of the given Linear issue, turning the given issue into an epic. Each step of the plan should map to the amount of work done in a single commit.
Create new issues using the linear-issue-create skill with the same status and
project as the parent issue. It should not be assigned to an owner or have a deadline.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?