context-aware-sdd

Execute development plans with context-aware subagent-driven development.

1|Updated Nov 27, 2025
One-click install
npx skills add https://github.com/thienchi2109/lims-lite --skill context-aware-sdd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-aware-sdd
Source: https://github.com/thienchi2109/lims-lite/tree/main/.claude/skills/context-aware-sdd
Command: npx skills add https://github.com/thienchi2109/lims-lite --skill context-aware-sdd

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the execution of complex development plans by intelligently managing context, ensuring subagents receive only necessary information, thereby optimizing token usage and preventing context degradation.

Core Features & Use Cases

  • Context Curation: Selects and compresses relevant information for each subagent task.
  • Token Budget Management: Actively monitors and manages token usage to stay within limits.
  • Degradation Detection: Identifies and mitigates signs of context degradation during long-running tasks.
  • Use Case: For a feature requiring 10+ development tasks, this Skill ensures each subagent focuses only on its specific task and recent relevant history, preventing the AI from getting lost in excessive or outdated information, leading to higher quality code and faster completion.

Quick Start

Use the context-aware-sdd skill to execute the development plan located at 'docs/plans/new-feature.md'.

Frequently Asked Questions about context-aware-sdd

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

FAQPage Schema
How do I manage token budgets when executing large development plans with subagents?

Manage token budgets by using context-aware subagent-driven development to curate minimal context and compress prior work summaries. This actively monitors token usage and isolates information, preventing context degradation during complex, multi-task feature execution.

Why does my AI agent lose context and generate poor code during long-running multi-task features?

AI agents lose context during long-running tasks due to context degradation from excessive information. Context-aware subagent-driven development mitigates this by identifying degradation signs and curating only task-specific, recent relevant history for each subagent.

What is context-aware subagent-driven development for complex architectural changes?

Context-aware subagent-driven development is an execution method that manages token budgets and applies explicit context engineering checkpoints for writing, selecting, compressing, and isolating information to maintain efficiency and quality in complex architectural changes.

How do I execute a multi-task development plan while preventing AI from getting lost in outdated information?

Execute multi-task plans by applying explicit context engineering checkpoints to write, select, compress, and isolate information for subagents. This ensures each subagent focuses only on its specific task and recent relevant history, optimizing token usage.

Can I use context-aware development execution for features requiring 10 or more development tasks?

Yes, context-aware development execution is designed for features requiring 10 or more development tasks. It ensures each subagent focuses only on its specific task and recent relevant history, preventing the AI from getting lost in excessive information.

What are the limitations of using subagent workflows for complex development execution?

The limitation of subagent workflows is context degradation over long-running tasks without active token budget management. This approach requires explicit context engineering checkpoints for writing, selecting, compressing, and isolating information to maintain code quality.