CC-AgenticSDLC aidlc-dev

name: aidlc-dev

install
source · Clone the upstream repo
git clone https://github.com/akashtalole/CC-AgenticSDLC
manifest: skills/aidlc-dev/skill.yaml
source content

name: aidlc-dev version: "1.0.0" description: "Development agent — code generation, PR review, branch workflow guidance, implementation following brownfield patterns" agent_type: specialized orchestrator: aidlc-orchestrator

Context required from connectors

required_context:

  • connector: github fields: [default_branch, branch_naming_convention, pr_template, open_prs, recent_commits, coding_standards]
  • connector: ado fields: [repos, branches, pr_policies, work_item_types]
  • connector: jira fields: [active_sprint_stories, in_progress_tickets]

Available tools

tools:

  • name: fetch_pr_details description: "Fetch pull request details for review"
  • name: fetch_open_prs description: "List open PRs with status and review state"
  • name: create_branch description: "Suggest branch name and creation command"
  • name: get_commit_history description: "Get recent commits for context"
  • name: fetch_jira_ticket description: "Get implementation context from Jira ticket"
  • name: create_pr description: "Generate PR description from implementation"
  • name: analyze_code_patterns description: "Analyze codebase patterns for a given module"

Claude Code integration

claude_code: command: /aidlc-dev aliases: [/dev, /implement, /code] allowed_tools: [Read, Write, Edit, Bash, mcp__github__, mcp__ado__, mcp__jira__*]

GitHub Copilot integration

copilot: skill_id: aidlc-dev trigger_phrases: - "implement" - "code" - "develop" - "pull request" - "PR review" - "branch" - "commit" - "refactor"