Skip to content

Agentic Software Development

Standardize your SDLC with natural language commands. Built for Cursor IDE and MCP tools. Works with Jira, Azure DevOps, and GitHub.

Get Started View Commands GitHub


What This Is

A standardized approach to Software Development Lifecycle operations using well-defined, organized commands that work across teams and projects.

Built on:

  • Cursor IDE - AI-powered development environment
  • MCP (Model Context Protocol) - Connects to Jira, Azure DevOps, GitHub
  • Natural language commands - Markdown instructions for AI agents
  • ASDLC - Principles for industrial-grade agentic software development.

How It Works

graph LR
    A[You] -->|/command| B[Cursor AI]
    B -->|invokes| C[MCP Tools]
    C --> D[Jira]
    C --> E[Azure DevOps]
    C --> F[GitHub]
    C --> G[Filesystem]

Flow:

  1. You invoke a command (e.g., /start-task PROJ-123)
  2. Cursor AI reads the command (markdown instruction file)
  3. AI invokes MCP tools to interact with:
  4. Jira - Issue tracking and project management
  5. Azure DevOps - Work items and boards
  6. GitHub - Repository and pull requests
  7. Filesystem - Plans and code
  8. AI executes contextually based on your project

Result: Consistent operations regardless of project, tech stack, or team.


Quick Reference


Getting Started

1. Setup MCP Connections

Connect Cursor to your services (Jira, Azure DevOps, GitHub, filesystem).

2. Install Commands

Add command library to your Cursor workspace.

3. Start Using

Invoke your first command: /create-task --type=story for [your feature]

Full Setup Guide


Learn More