kasmos-elaborator

Enhance kasmos plan tasks with detailed Go implementation guidelines.

5|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/kastheco/kasmos --skill kasmos-elaborator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kasmos-elaborator
Source: https://github.com/kastheco/kasmos/tree/main/.agents/skills/kasmos-elaborator
Command: npx skills add https://github.com/kastheco/kasmos --skill kasmos-elaborator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill takes task descriptions from a kasmos plan and enhances them with detailed, precise implementation instructions, making it easier for coders to understand and execute tasks without needing architectural guesses.

Core Features & Use Cases

  • Task Description Enhancement: Reads kasmos plan tasks, and adds precise code implementation guidance.
  • Code Pattern Identification: Recognizes and suggests best practices from the codebase.
  • Use Case: A task might be to 'Add a new user management system'. This Skill would provide a detailed description of the exact function signatures, error handling, and test code to follow.

Quick Start

Enrich the tasks for the kasmos plan 'user-management-upgrade.md' using the kasmos-elaborator skill.

Frequently Asked Questions about kasmos-elaborator

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

FAQPage Schema
How do I add detailed implementation guidelines to kasmos plan tasks?

To add detailed implementation guidelines to kasmos plan tasks, use a task automation skill that parses YAML plans and enhances descriptions with specific function signatures, error handling, and test code.

What is the best way to automate code pattern enforcement in Go projects?

Automating code pattern enforcement in Go projects involves parsing your codebase to identify best practices, then injecting those recognized patterns into your task descriptions for developers to follow.

How do I convert terse development plans into actionable coding instructions?

Converting terse development plans into actionable coding instructions requires parsing YAML plan files and expanding brief task descriptions into precise implementation steps with exact code patterns.

Can I use kasmos-elaborator to decompose programming tasks for a Go codebase?

Yes, you can use it to decompose programming tasks for a Go codebase by parsing the existing Go code and YAML plans to provide precise task decomposition and enforce specific code patterns.

Does the kasmos-elaborator skill require specific input formats for task automation?

The kasmos-elaborator skill requires YAML plan files and existing Go code as input formats to successfully parse, understand, and enhance task descriptions with detailed implementation guidelines.