knowns.task.brainstorm — community knowns.task.brainstorm, tulie_lab, tung68nt, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing structured task requirement analysis through technologies like Next.js, Express, and Prisma. LMS Platform - The Tulie Lab (Next.js + Express + Prisma)

tung68nt tung68nt
[0]
[0]
Updated: 3/16/2026

Quality Score

Top 5%
40
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add tung68nt/tulie_lab/knowns.task.brainstorm
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The knowns.task.brainstorm skill by tung68nt is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Development Agents needing structured task requirement analysis through technologies like Next.js, Express, and Prisma.

Core Value

Empowers agents to convert vague task requirements into concrete designs through structured questioning and exploration, utilizing technologies like Next.js, Express, and Prisma for comprehensive content analysis.

Capabilities Granted for knowns.task.brainstorm

Converting vague requirements into concrete task designs
Exploring approaches through structured questioning
Analyzing task requirements using multiple-choice questioning

! Prerequisites & Limits

  • Requires clear task requirements for effective analysis
  • Limited to text-based input and output
Project
SKILL.md
2.6 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Brainstorming for Tasks

Convert vague requirements into concrete design through structured questioning and exploration.

Announce at start: "I'm using the knowns.task.brainstorm skill to explore approaches."

Core principle: UNDERSTAND THE PROBLEM BEFORE PROPOSING SOLUTIONS.

The Process

Phase 1: Discovery

One question at a time. Don't overwhelm with multiple questions.

Prefer multiple-choice when possible:

Which approach do you prefer?
A) Quick solution with trade-offs
B) Comprehensive solution, more effort
C) Something else (describe)

Questions to clarify:

  • What problem are we solving?
  • Who are the users/stakeholders?
  • What are the constraints?
  • What does success look like?

Phase 2: Research Existing Patterns

json
1// Search docs for related patterns 2mcp__knowns__search_docs({ "query": "<topic>" }) 3 4// Check how similar things were done 5mcp__knowns__search_tasks({ "query": "<keywords>" })

Learn from history - completed tasks often contain implementation insights.

Phase 3: Explore Approaches

Present 2-3 options with trade-offs:

markdown
1## Option A: [Name] 2- **Approach**: Brief description 3- **Pros**: What's good 4- **Cons**: What's challenging 5- **Effort**: Low/Medium/High 6 7## Option B: [Name] 8- **Approach**: Brief description 9- **Pros**: What's good 10- **Cons**: What's challenging 11- **Effort**: Low/Medium/High

Lead with your recommendation and explain why.

Phase 4: Validate and Document

After agreement:

  • Summarize the chosen approach
  • Identify potential risks
  • Define acceptance criteria

If creating a new task:

json
1mcp__knowns__create_task({ 2 "title": "<title>", 3 "description": "Based on brainstorm: <key decisions>", 4 "acceptanceCriteria": ["Criterion 1", "Criterion 2"] 5})

If updating existing task:

json
1mcp__knowns__update_task({ 2 "taskId": "$ARGUMENTS", 3 "description": "Updated based on brainstorm..." 4})

When to Use This Skill

Good candidates:

  • Vague requirements ("make it faster", "improve UX")
  • Multiple valid approaches exist
  • Significant effort involved
  • New territory for the project

Skip for:

  • Clear, well-defined tasks
  • Bug fixes with obvious solutions
  • Simple additions following existing patterns

Red Flags

You're doing it wrong if:

  • Proposing solutions before understanding the problem
  • Asking too many questions at once
  • Not researching existing patterns first
  • Skipping trade-off analysis

Remember

  • One question at a time
  • Research existing patterns first
  • Present options with trade-offs
  • Lead with your recommendation
  • Document the decision

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is knowns.task.brainstorm?

Perfect for Development Agents needing structured task requirement analysis through technologies like Next.js, Express, and Prisma. LMS Platform - The Tulie Lab (Next.js + Express + Prisma)

How do I install knowns.task.brainstorm?

Run the command: npx killer-skills add tung68nt/tulie_lab/knowns.task.brainstorm. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for knowns.task.brainstorm?

Key use cases include: Converting vague requirements into concrete task designs, Exploring approaches through structured questioning, Analyzing task requirements using multiple-choice questioning.

Which IDEs are compatible with knowns.task.brainstorm?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for knowns.task.brainstorm?

Requires clear task requirements for effective analysis. Limited to text-based input and output.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add tung68nt/tulie_lab/knowns.task.brainstorm. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use knowns.task.brainstorm immediately in the current project.

Related Skills

Looking for an alternative to knowns.task.brainstorm or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear issue management. MUST USE when: (1) user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), (2) user says linear, linear issue, link linear, (3) creating PRs that reference Linear issues. Provides

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup

73.3k
0
Communication

zustand

Logo of lobehub
lobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

72.8k
0
Communication