spec-assess-complexity

Classify story complexity into SIMPLE, STANDARD, or COMPLEX categories.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill spec-assess-complexity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-assess-complexity
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/analysis/spec-assess-complexity
Command: npx skills add https://github.com/GDSDN/kord-aios --skill spec-assess-complexity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically assesses the complexity of a user story or requirement, determining the most efficient pipeline phases needed for its development.

Core Features & Use Cases

  • Automated Complexity Scoring: Classifies stories into SIMPLE, STANDARD, or COMPLEX based on scope, integration, infrastructure, knowledge, and risk.
  • Dynamic Pipeline Adjustment: Activates specific development phases (e.g., gather, assess, research, spec, critique, plan) based on the assessed complexity.
  • Use Case: When a new feature request comes in, this Skill analyzes its requirements and automatically assigns it a complexity level, ensuring that only the necessary development steps are triggered, saving time and resources.

Quick Start

Run the assess-complexity skill for story ID STORY-123.

Frequently Asked Questions about spec-assess-complexity

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

FAQPage Schema
What is story complexity assessment in agile development?

Story complexity assessment evaluates requirements across dimensions like scope, integration, infrastructure, knowledge, and risk to classify tasks as SIMPLE, STANDARD, or COMPLEX. This classification determines the necessary development pipeline phases needed for efficient delivery.

How do I assess requirement complexity to optimize my development pipeline?

You can assess requirement complexity by analyzing specific dimensions such as scope, infrastructure, and risk to categorize the story. This evaluation automatically dictates the sequence and necessity of subsequent pipeline stages like research, specification, and planning.

What's the best way to categorize user stories into simple, standard, or complex tiers?

The best way to categorize user stories is by scoring them against integration, infrastructure, and risk dimensions. This automated classification identifies the exact development workflow phases required, preventing over-processing of simple tasks.

Does story analysis require manual configuration to adjust agile pipeline stages?

Story analysis automatically adjusts agile pipeline stages without manual configuration. It dynamically activates specific development phases like gather, assess, research, spec, critique, and plan based solely on the assessed complexity level of the requirement.

When do I need complexity assessment for requirement analysis?

You need complexity assessment for requirement analysis when a new feature request arrives and you must determine the most efficient pipeline phases. It ensures only necessary development steps are triggered, saving time and resources for simple versus complex tasks.

Why does pipeline optimization skip certain development phases for simple stories?

Pipeline optimization skips certain development phases for simple stories because the complexity assessment classified them as low risk and scope. This prevents unnecessary research, specification, and planning stages, ensuring only required steps execute.