ai-engineering-lifecycle

Guides design and validation of production LLM and agentic applications across evals, guardrails, and deployment.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/miyake-san/sogo-agent-platform --skill ai-engineering-lifecycle-miyake-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-engineering-lifecycle
Source: https://github.com/miyake-san/sogo-agent-platform/tree/main/skills/experimental/ai-engineering-lifecycle
Command: npx skills add https://github.com/miyake-san/sogo-agent-platform --skill ai-engineering-lifecycle-miyake-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building production AI applications involves many failure-prone decisions across baselines, retrieval, tools, evaluation, security, and rollout, and teams often ship LLM features without a structured lifecycle to validate them. ## Core Features & Use Cases - End-to-End Lifecycle Checklist: Walks through ten ordered steps from non-LLM baselines and data contracts to production-readiness review. - Evaluation and Safety Discipline: Covers golden, adversarial, safety, and failure test cases plus prompt-injection defenses and least-privilege tool design. - Observability and Rollout Guidance: Defines instrumentation for inputs, tool calls, latency, and cost, plus versioning, rollback, and ownership. - Use Case: A team shipping a RAG-based support agent uses this Skill to define evals, add guardrails, instrument traces, and run a production-readiness review before launch. ## Quick Start Use the ai-engineering-lifecycle skill to review my RAG chatbot design and produce a production-readiness plan covering evals, guardrails, and rollout.

Frequently Asked Questions about ai-engineering-lifecycle

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

FAQPage Schema
How do I evaluate an LLM application before production?

Create representative golden, adversarial, safety, and failure evaluation cases, then measure quality, groundedness, safety, latency, reliability, and cost against a non-LLM baseline. This Skill walks through that evaluation process step by step.

How to add guardrails against prompt injection in AI agents?

Apply prompt-injection defenses together with least-privilege tools, data isolation, approval boundaries, audit logging, and fallback behavior. The lifecycle dedicates a full step to these security controls before deployment.

When should I use RAG versus an agent workflow?

Select retrieval, agent or workflow patterns, model routing, memory, and hosting only through an explicit RFC decision after defining the user outcome and data contract. The Skill enforces this decision gate rather than defaulting to a pattern.

Is this Skill suitable for model training or fine-tuning research?

No. It targets LLM and agentic application engineering rather than model-training research, focusing on application-level concerns like evals, tools, observability, and deployment.

What observability should a production LLM app have?

Instrument inputs, outputs, tool calls, retrieval, evals, errors, latency, cost, and version identifiers while avoiding leakage of sensitive data. This gives traceability for debugging and production-readiness review.