SystemsThinkingTask
Analyze complex systems through feedback loops, delays, and emergent behavior to identify high-leverage intervention points.
Category: Reasoning
Side-Effect Safe
High Context
⚙️ SystemsThinkingConfig.json
{
"system_description": "Technical debt in a legacy monolith",
"identify_feedback_loops": true,
"simulate_interventions": [
"Implement automated testing",
"Modularize core services"
],
"time_horizon": "12 months"
}
→
👁️ Analysis UI (Feedback Loops)
R1: The Debt Spiral
Reinforcing loop where pressure to deliver leads to shortcuts, increasing complexity and slowing future delivery.
graph TD
A[Delivery Pressure] --+--> B[Shortcuts]
B --+--> C[Technical Debt]
C --+--> D[Complexity]
D --+--> E[Delivery Time]
E --+--> A
A[Delivery Pressure] --+--> B[Shortcuts]
B --+--> C[Technical Debt]
C --+--> D[Complexity]
D --+--> E[Delivery Time]
E --+--> A
Live Results Showcase
Explore actual analysis artifacts generated by this task in the test workspace.
Configuration Parameters
| Field | Type | Description |
|---|---|---|
system_description * |
String | Detailed description of the system to analyze. |
identify_feedback_loops |
Boolean | Identify reinforcing and balancing loops. Default: true. |
input_files |
List<String> | File patterns (e.g. **/*.kt) to use as input context. |
map_delays |
Boolean | Map time lags and accumulations. Default: true. |
find_leverage_points |
Boolean | Identify high-impact intervention points. Default: true. |
simulate_interventions |
List<String> | Specific scenarios to simulate over the time horizon. |
time_horizon |
String | Analysis window (e.g., "6 months"). Default: "6 months". |
identify_archetypes |
Boolean | Identify system archetypes (e.g., "Limits to Growth"). Default: true. |
analyze_emergent_behavior |
Boolean | Analyze system-level patterns and unintended consequences. Default: true. |
focus_areas |
List<String> | Subsystems to prioritize in the analysis. |
related_files |
List<String> | Additional files for context (read-only). |
analysis_questions |
List<String> | Specific questions to answer about the system. |