plan

Plan tasks with complexity scoring and stack detection into execution steps.

16|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Kibertum/tausik-core --skill plan-kibertum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/Kibertum/tausik-core/tree/main/agents/skills/plan
Command: npx skills add https://github.com/Kibertum/tausik-core --skill plan-kibertum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plans a new task with complexity scoring and stack detection to provide a structured plan for implementation.

Core Features & Use Cases

  • Interview phase to elicit requirements and clarify scope (up to 3 targeted questions).
  • Complexity scoring to decompose work into manageable tasks.
  • Stack-detection to tailor plans to the project's tech stack.
  • Generates acceptance criteria and a concrete plan with steps for execution.
  • Use Case: when a user asks to plan, create task, break down, or estimate work.

Quick Start

Provide a task description and allow the system to run the interview, score complexity, and output a structured plan with steps.

Frequently Asked Questions about plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break down a complex feature into manageable implementation steps?

Task planning with complexity scoring decomposes work into manageable tasks. It runs a brief interview to elicit requirements, then outputs a structured execution plan with clear acceptance criteria for implementation.

What is SENAR-style planning for software development tasks?

SENAR-style planning is a structured scoping method that enforces an interview phase, requirement analysis, and acceptance criteria generation. It produces a concrete task plan with clear execution steps for frontend, backend, or feature work.

How do I create a task plan with acceptance criteria for a new feature?

Creating a task plan with acceptance criteria starts by providing a task description. The system runs a targeted interview to clarify scope, detects your tech stack, scores complexity, and generates a structured execution plan with concrete steps.

Can I use automated task planning for both frontend and backend project scoping?

Yes, you can use automated task planning for both frontend and backend project scoping. The system applies stack detection to tailor the generated execution plan and acceptance criteria to your project's specific technology stack.

How many interview questions are asked during the task planning process?

The task planning process asks up to 3 targeted questions during the interview phase. This elicits requirements and clarifies scope before complexity scoring and structured plan generation occur.