Skip to content

[Kiro] kiro.md adapter is a stub — complete MCP integration documentation needed #617

@JeremyDev87

Description

@JeremyDev87

Summary

packages/rules/.ai-rules/adapters/kiro.md is a near-empty stub file containing only placeholder text ([Add Kiro-specific customizations here]). Unlike the Cursor and OpenCode adapters, it has no MCP server configuration, no mode keyword guidance, no skills workflow, no context document management, and no parallel agents pattern. This makes the file misleading — it implies Kiro support exists when in fact nothing is documented.

Root Cause

  • packages/rules/.ai-rules/adapters/kiro.md: Stub with placeholder content
  • No Kiro-specific MCP integration was ever documented
  • .kiro/rules/guidelines.md references .ai-rules/ files but does not bridge to MCP tooling

Required Documentation

The completed kiro.md should cover (aligned with cursor.md and opencode.md as reference):

  1. MCP server configuration — JSON config with CODINGBUDDY_PROJECT_ROOT env var (see [Kiro] Project root auto-detection not documented for codingbuddy MCP #614)
  2. Mode keyword invocation — How PLAN/ACT/EVAL/AUTO keywords trigger parse_mode in Kiro's rules system
  3. Skills accessget_skill MCP tool as Claude Code Skill tool equivalent (see [Kiro] Skills access workflow via get_skill MCP tool not documented #615)
  4. Parallel agents — Sequential fallback pattern using prepare_parallel_agents (see [Kiro] Parallel specialist agents execution pattern not defined #616)
  5. Context document managementupdate_context call before completing each mode
  6. Language configuration — How codingbuddy.config.json language field affects responses in Kiro
  7. Known limitations — What Claude Code features are unavailable in Kiro

Affected Files

  • packages/rules/.ai-rules/adapters/kiro.md (primary)
  • .kiro/rules/guidelines.md (may need cross-reference update)

Reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    configRoot config and rulesdocumentationImprovements or additions to documentationpriority:couldCould Have - 있으면 좋은 기능

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions