decompose-sdlc-trigger

Decompose strategic Initiatives into actionable sub-Requests in the Notion Requests DB.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/datamktkorea/agent-skills --skill decompose-sdlc-trigger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decompose-sdlc-trigger
Source: https://github.com/datamktkorea/agent-skills/tree/main/plugins/dmk-sdlc/skills/decompose-sdlc-trigger
Command: npx skills add https://github.com/datamktkorea/agent-skills --skill decompose-sdlc-trigger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires notion-api, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the decomposition of strategic Initiatives (Triggers) into actionable sub-Requests in the Notion Requests DB, saving time and reducing manual errors in the software development lifecycle.

Core Features & Use Cases

  • AI-assisted Decomposition: Uses AI to propose sub-Requests based on the Trigger's Fat Marker Sketch and Success Criteria.
  • Human Review & Iteration: Allows manual review, editing, and addition of sub-Requests by a human.
  • Batch Writing to Notion: Writes the final set of sub-Requests to the Notion Requests DB with proper relations.
  • Use Case: When a project Trigger needs to be broken down into smaller, actionable tasks that can be tracked and managed in Notion.

Quick Start

Use the decompose-sdlc-trigger skill to decompose the Trigger titled 'Project A' into sub-Requests.

Frequently Asked Questions about decompose-sdlc-trigger

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

FAQPage Schema
How do I automate breaking down Notion SDLC Triggers into sub-Requests using AI?

The AI-assisted decomposition mechanism analyzes your Trigger's Fat Marker Sketch and Success Criteria to propose relevant sub-Requests. It provides a human-in-the-loop review process so you can edit, add, or finalize tasks before writing them to Notion.

What do I need to set up before decomposing Triggers into the Notion Requests DB?

You need the notion-api for Notion interaction and jq for JSON processing installed in your environment. Your Notion workspace must also contain a configured Requests DB to receive the generated sub-Requests with proper relations.

Can I manually review AI-generated sub-Requests before they are written to Notion?

Yes, the skill provides a human-in-the-loop review process. After the AI generates candidate sub-Requests based on your Trigger, you can manually review, edit, and add new sub-Requests before batch writing them to the Notion Requests DB.

What is the best way to structure strategic Initiatives as actionable tasks in Notion?

The best way is to use an AI-assisted decomposition skill that reads strategic Initiatives, generates actionable sub-Requests from the Fat Marker Sketch, and batch writes them to your Notion Requests DB with proper relations for tracking.

Does decomposing SDLC Triggers into Notion sub-Requests work without jq?

No, jq is required for JSON processing alongside the notion-api. You need both dependencies to parse the AI-generated candidate sub-Requests and batch write them to the Notion Requests DB with proper relations.