1717The easiest way to get started is to initialize a new project:
1818
1919``` bash
20- uvx --from git+https://github.com/github/agentic-sdlc- agentic-sdlc-spec-kit.git specify init < PROJECT_NAME>
20+ uvx --from git+https://github.com/tikalk/ agentic-sdlc-spec-kit.git specify init < PROJECT_NAME>
2121```
2222
2323Or initialize in the current directory:
2424
2525``` bash
26- uvx --from git+https://github.com/github /agentic-sdlc-spec-kit.git specify init .
26+ uvx --from git+https://github.com/tikalk /agentic-sdlc-spec-kit.git specify init .
2727# or use the --here flag
28- uvx --from git+https://github.com/github /agentic-sdlc-spec-kit.git specify init --here
28+ uvx --from git+https://github.com/tikalk /agentic-sdlc-spec-kit.git specify init --here
2929```
3030
3131### Specify AI Agent
3232
3333You can proactively specify your AI agent during initialization:
3434
3535``` bash
36- uvx --from git+https://github.com/github /agentic-sdlc-spec-kit.git specify init < project_name> --ai claude
37- uvx --from git+https://github.com/github /agentic-sdlc-spec-kit.git specify init < project_name> --ai gemini
38- uvx --from git+https://github.com/github /agentic-sdlc-spec-kit.git specify init < project_name> --ai copilot
39- uvx --from git+https://github.com/github /agentic-sdlc-spec-kit.git specify init < project_name> --ai codebuddy
36+ uvx --from git+https://github.com/tikalk /agentic-sdlc-spec-kit.git specify init < project_name> --ai claude
37+ uvx --from git+https://github.com/tikalk /agentic-sdlc-spec-kit.git specify init < project_name> --ai gemini
38+ uvx --from git+https://github.com/tikalk /agentic-sdlc-spec-kit.git specify init < project_name> --ai copilot
39+ uvx --from git+https://github.com/tikalk /agentic-sdlc-spec-kit.git specify init < project_name> --ai codebuddy
4040```
4141
4242### Specify Script Type (Shell vs PowerShell)
@@ -52,16 +52,16 @@ Auto behavior:
5252Force a specific script type:
5353
5454``` bash
55- uvx --from git+https://github.com/github /agentic-sdlc-spec-kit.git specify init < project_name> --script sh
56- uvx --from git+https://github.com/github /agentic-sdlc-spec-kit.git specify init < project_name> --script ps
55+ uvx --from git+https://github.com/tikalk /agentic-sdlc-spec-kit.git specify init < project_name> --script sh
56+ uvx --from git+https://github.com/tikalk /agentic-sdlc-spec-kit.git specify init < project_name> --script ps
5757```
5858
5959### Ignore Agent Tools Check
6060
6161If you prefer to get the templates without checking for the right tools:
6262
6363``` bash
64- uvx --from git+https://github.com/github /agentic-sdlc-spec-kit.git specify init < project_name> --ai claude --ignore-agent-tools
64+ uvx --from git+https://github.com/tikalk /agentic-sdlc-spec-kit.git specify init < project_name> --ai claude --ignore-agent-tools
6565```
6666
6767### Configure Team AI Directives
@@ -70,10 +70,10 @@ Connect to shared team knowledge and standards:
7070
7171``` bash
7272# Use local team-ai-directives directory
73- uvx --from git+https://github.com/github /agentic-sdlc-spec-kit.git specify init < project_name> --team-ai-directives ~ /workspace/team-ai-directives
73+ uvx --from git+https://github.com/tikalk /agentic-sdlc-spec-kit.git specify init < project_name> --team-ai-directives ~ /workspace/team-ai-directives
7474
7575# Clone from remote repository
76- uvx --from git+https://github.com/github /agentic-sdlc-spec-kit.git specify init < project_name> --team-ai-directives https://github.com/your-org/team-ai-directives.git
76+ uvx --from git+https://github.com/tikalk /agentic-sdlc-spec-kit.git specify init < project_name> --team-ai-directives https://github.com/your-org/team-ai-directives.git
7777```
7878
7979## Verification
0 commit comments