Skip to content

Instantly share code, notes, and snippets.

@anjijava16
Created May 20, 2026 22:26
Show Gist options
  • Select an option

  • Save anjijava16/c7641c1c31d9ee4ce6198805ff7ce8ab to your computer and use it in GitHub Desktop.

Select an option

Save anjijava16/c7641c1c31d9ee4ce6198805ff7ce8ab to your computer and use it in GitHub Desktop.
(.venv) welcome@jaisairams-Laptop demo % cd ..
(.venv) welcome@jaisairams-Laptop spec_experiments % uvx --from git+https://github.com/github/spec-kit.git specify init copilot_example
                                                           ███████╗██████╗ ███████╗ ██████╗██╗███████╗██╗   ██╗
                                                           ██╔════╝██╔══██╗██╔════╝██╔════╝██║██╔════╝╚██╗ ██╔╝
                                                           ███████╗██████╔╝█████╗  ██║     ██║█████╗   ╚████╔╝
                                                           ╚════██║██╔═══╝ ██╔══╝  ██║     ██║██╔══╝    ╚██╔╝
                                                           ███████║██║     ███████╗╚██████╗██║██║        ██║
                                                           ╚══════╝╚═╝     ╚══════╝ ╚═════╝╚═╝╚═╝        ╚═╝

                                                             GitHub Spec Kit - Spec-Driven Development Toolkit


╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                                         │
│  Specify Project Setup                                                                                                                                                  │
│                                                                                                                                                                         │
│  Project         copilot_example                                                                                                                                        │
│  Working Path    /Users/welcome/Desktop/sai_welcome_hanuman/spec_experiments                                                                                            │
│  Target Path     /Users/welcome/Desktop/sai_welcome_hanuman/spec_experiments/copilot_example                                                                            │
│                                                                                                                                                                         │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

Selected coding agent integration: copilot
Selected script type: sh
Initialize Specify Project
├── ● Check required tools (ok)
├── ● Select coding agent integration (copilot)
├── ● Select script type (sh)
├── ● Install integration (GitHub Copilot)
├── ● Install shared infrastructure (scripts (sh) + templates)
├── ● Ensure scripts executable (5 updated)
├── ● Constitution setup (copied from template)
├── ● Install git extension (initialized; extension installed)
├── ● Install bundled workflow (speckit installed)
└── ● Finalize (project ready)

Project ready.

╭───────────────────────────────────────────────────────────────────────── Agent Folder Security ─────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                                         │
│  Some agents may store credentials, auth tokens, or other identifying and private artifacts in the agent folder within your project.                                    │
│  Consider adding .github/ (or parts of it) to .gitignore to prevent accidental credential leakage.                                                                      │
│                                                                                                                                                                         │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

╭───────────────────────────────────────────────────────────────────── Notice: Git Default Changing ──────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                                         │
│  The git extension is currently enabled by default during specify init.                                                                                                 │
│  Starting in v0.10.0, this will require explicit opt-in.                                                                                                                │
│  Use specify extension add git after init when needed.                                                                                                                  │
│                                                                                                                                                                         │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

╭────────────────────────────────────────────────────────────────────────────── Next Steps ───────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                                         │
│  1. Go to the project folder: cd copilot_example                                                                                                                        │
│  2. Start using slash commands with your coding agent:                                                                                                                  │
│     2.1 /speckit.constitution - Establish project principles                                                                                                            │
│     2.2 /speckit.specify - Create baseline specification                                                                                                                │
│     2.3 /speckit.plan - Create implementation plan                                                                                                                      │
│     2.4 /speckit.tasks - Generate actionable tasks                                                                                                                      │
│     2.5 /speckit.implement - Execute implementation                                                                                                                     │
│                                                                                                                                                                         │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

╭───────────────────────────────────────────────────────────────────────── Enhancement Commands ──────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                                         │
│  Optional commands that you can use for your specs (improve quality & confidence)                                                                                       │
│                                                                                                                                                                         │
│  ○ /speckit.clarify (optional) - Ask structured questions to de-risk ambiguous areas before planning (run before /speckit.plan if used)                                 │
│  ○ /speckit.analyze (optional) - Cross-artifact consistency & alignment report (after /speckit.tasks, before /speckit.implement)                                        │
│  ○ /speckit.checklist (optional) - Generate quality checklists to validate requirements completeness, clarity, and consistency (after /speckit.plan)                    │
│                                                                                                                                                                         │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
(.venv) welcome@jaisairams-Laptop spec_experiments %
(.venv) welcome@jaisairams-Laptop spec_experiments %

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment