Author Amazon Kiro steering files in .kiro/steering/ and /.kiro/steering/ — inclusion modes (always, fileMatch, manual, auto), foundational docs, AGENTS.md, hooks, and MCP configuration. Use when writing or restructuring Kiro steering, when guidance is ignored, or when always-on steering bloat degrades responses. Do…
Manage durable context across long Kiro spec-driven sessions — treating requirements/design/tasks artifacts as session memory, refreshing specs vs continuing chat, and using manual steering on demand. Use when Kiro drifts from agreed specs, multi-phase spec work spans days, or chat context diverges from steering…
This skill should be used when designing agent memory architectures — short-term scratchpads, long-term persistence, entity tracking, vector RAG, knowledge graphs, and the file-system-as-memory pattern. Route filesystem-specific offloading patterns to filesystem-context, cross-session handoff summaries to…
This skill should be used when designing multi-agent systems that need context isolation, supervisor or swarm coordination, explicit handoffs, parallel execution, or a decision on whether multiple agents are justified. Route project-level pipeline decisions to project-development, hosted sandbox infrastructure to…
This skill should be used for LLM project lifecycle decisions — task-model fit analysis, pipeline architecture design, structured output schemas, batch processing strategies, cost estimation, and deployment planning. Route individual tool design to tool-design, multi-agent topology decisions to multi-agent-patterns…
This skill should be used for the tool-interface layer of an agent system — writing tool descriptions agents can route on, designing tool schemas and response formats, naming conventions, actionable error recovery messages, MCP server design, tool-set consolidation, and deciding when to add or remove an individual…